Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-5458 (GCVE-0-2024-5458)
Vulnerability from cvelistv5
{
  "containers": {
    "adp": [
      {
        "affected": [
          {
            "cpes": [
              "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "affected",
            "product": "php",
            "vendor": "php",
            "versions": [
              {
                "lessThanOrEqual": "7.3.33",
                "status": "affected",
                "version": "7.3.27",
                "versionType": "semver"
              },
              {
                "lessThanOrEqual": "7.4.33",
                "status": "affected",
                "version": "7.4.15",
                "versionType": "semver"
              },
              {
                "lessThanOrEqual": "8.0.30",
                "status": "affected",
                "version": "8.0.2",
                "versionType": "semver"
              },
              {
                "lessThan": "8.1.29",
                "status": "affected",
                "version": "8.1.0",
                "versionType": "semver"
              },
              {
                "lessThan": "8.2.20",
                "status": "affected",
                "version": "8.2.0",
                "versionType": "semver"
              },
              {
                "lessThan": "8.3.8",
                "status": "affected",
                "version": "8.3.0",
                "versionType": "semver"
              }
            ]
          },
          {
            "cpes": [
              "cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*"
            ],
            "defaultStatus": "unknown",
            "product": "fedora",
            "vendor": "fedoraproject",
            "versions": [
              {
                "status": "affected",
                "version": "40"
              }
            ]
          }
        ],
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-5458",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-06-10T19:55:47.057816Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-345",
                "description": "CWE-345 Insufficient Verification of Data Authenticity",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-03-14T14:13:20.514Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-01T21:11:12.787Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "http://www.openwall.com/lists/oss-security/2024/06/07/1"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://security.netapp.com/advisory/ntap-20240726-0001/"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "affected",
          "modules": [
            "filter"
          ],
          "product": "PHP",
          "programFiles": [
            "ext/filter/logical_filters.c"
          ],
          "repo": "https://github.com/php/php-src",
          "vendor": "PHP Group",
          "versions": [
            {
              "lessThan": "8.1.29",
              "status": "affected",
              "version": "8.1.*",
              "versionType": "semver"
            },
            {
              "lessThan": "8.2.20",
              "status": "affected",
              "version": "8.2.*",
              "versionType": "semver"
            },
            {
              "lessThan": "8.3.8",
              "status": "affected",
              "version": "8.3.*",
              "versionType": "semver"
            }
          ]
        }
      ],
      "credits": [
        {
          "lang": "en",
          "type": "reporter",
          "value": "c01l"
        }
      ],
      "datePublic": "2024-06-09T18:00:00.000Z",
      "descriptions": [
        {
          "lang": "en",
          "supportingMedia": [
            {
              "base64": false,
              "type": "text/html",
              "value": "In PHP versions\u003cspan style=\"background-color: var(--wht);\"\u003e\u0026nbsp;8.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\u0026nbsp;\u003c/span\u003e\u003cspan style=\"background-color: var(--wht);\"\u003e(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.\u0026nbsp;\u003c/span\u003e\u003cspan style=\"background-color: var(--wht);\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/span\u003e"
            }
          ],
          "value": "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."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "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"
          },
          "format": "CVSS",
          "scenarios": [
            {
              "lang": "en",
              "value": "GENERAL"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-07-28T14:05:58.895Z",
        "orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
        "shortName": "php"
      },
      "references": [
        {
          "url": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w"
        },
        {
          "url": "http://www.openwall.com/lists/oss-security/2024/06/07/1"
        },
        {
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/"
        },
        {
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/"
        },
        {
          "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html"
        },
        {
          "url": "https://security.netapp.com/advisory/ntap-20240726-0001/"
        }
      ],
      "source": {
        "advisory": "GHSA-w8qr-v226-r27w",
        "discovery": "EXTERNAL"
      },
      "title": "Filter bypass in filter_var (FILTER_VALIDATE_URL)",
      "x_generator": {
        "engine": "Vulnogram 0.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b",
    "assignerShortName": "php",
    "cveId": "CVE-2024-5458",
    "datePublished": "2024-06-09T18:26:28.804Z",
    "dateReserved": "2024-05-29T00:23:37.703Z",
    "dateUpdated": "2025-03-14T14:13:20.514Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-5458\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2024-06-09T19:15:52.397\",\"lastModified\":\"2025-03-14T15:15:44.633\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"En las versiones de PHP 8.1.* anteriores a 8.1.29, 8.2.* anteriores a 8.2.20, 8.3.* anteriores a 8.3.8, debido a un error de l\u00f3gica de c\u00f3digo, funciones de filtrado como filter_var al validar URL (FILTER_VALIDATE_URL) para ciertos tipos de URL la funci\u00f3n dar\u00e1 como resultado que la informaci\u00f3n de usuario no v\u00e1lida (nombre de usuario + contrase\u00f1a parte de las URL) se trate como informaci\u00f3n de usuario v\u00e1lida. Esto puede hacer que el c\u00f3digo posterior acepte URL no v\u00e1lidas como v\u00e1lidas y las analice incorrectamente.\"}],\"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:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-345\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-345\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.3.27\",\"versionEndIncluding\":\"7.3.33\",\"matchCriteriaId\":\"8703A80A-44D8-4615-A849-61526B187D73\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.15\",\"versionEndIncluding\":\"7.4.33\",\"matchCriteriaId\":\"C937E1A7-44CC-4CA3-815C-0E8709EB393E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.2\",\"versionEndIncluding\":\"8.0.30\",\"matchCriteriaId\":\"E0FA45C5-498B-4160-9CA3-F0A6533ECDFA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.29\",\"matchCriteriaId\":\"7DC2EEF8-834B-42A1-8DA3-0C2CF22A7070\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.20\",\"matchCriteriaId\":\"A39988FF-D854-4277-9D66-6911AF371DD3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.3.0\",\"versionEndExcluding\":\"8.3.8\",\"matchCriteriaId\":\"F579FFC1-4F81-4755-B14B-3AA73AC9FF7A\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CA277A6C-83EC-4536-9125-97B84C4FAF59\"}]}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/07/1\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html\",\"source\":\"security@php.net\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/\",\"source\":\"security@php.net\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240726-0001/\",\"source\":\"security@php.net\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/07/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240726-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/07/1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240726-0001/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T21:11:12.787Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-5458\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-10T19:55:47.057816Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\"], \"vendor\": \"php\", \"product\": \"php\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.3.27\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"7.3.33\"}, {\"status\": \"affected\", \"version\": \"7.4.15\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"7.4.33\"}, {\"status\": \"affected\", \"version\": \"8.0.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"8.0.30\"}, {\"status\": \"affected\", \"version\": \"8.1.0\", \"lessThan\": \"8.1.29\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.2.0\", \"lessThan\": \"8.2.20\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.3.0\", \"lessThan\": \"8.3.8\", \"versionType\": \"semver\"}], \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*\"], \"vendor\": \"fedoraproject\", \"product\": \"fedora\", \"versions\": [{\"status\": \"affected\", \"version\": \"40\"}], \"defaultStatus\": \"unknown\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-345\", \"description\": \"CWE-345 Insufficient Verification of Data Authenticity\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-10T20:03:56.739Z\"}}], \"cna\": {\"title\": \"Filter bypass in filter_var (FILTER_VALIDATE_URL)\", \"source\": {\"advisory\": \"GHSA-w8qr-v226-r27w\", \"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"c01l\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/php/php-src\", \"vendor\": \"PHP Group\", \"modules\": [\"filter\"], \"product\": \"PHP\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.1.*\", \"lessThan\": \"8.1.29\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.2.*\", \"lessThan\": \"8.2.20\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"8.3.*\", \"lessThan\": \"8.3.8\", \"versionType\": \"semver\"}], \"programFiles\": [\"ext/filter/logical_filters.c\"], \"defaultStatus\": \"affected\"}], \"datePublic\": \"2024-06-09T18:00:00.000Z\", \"references\": [{\"url\": \"https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/07/1\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240726-0001/\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"In PHP versions\u003cspan style=\\\"background-color: var(--wht);\\\"\u003e\u0026nbsp;8.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\u0026nbsp;\u003c/span\u003e\u003cspan style=\\\"background-color: var(--wht);\\\"\u003e(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.\u0026nbsp;\u003c/span\u003e\u003cspan style=\\\"background-color: var(--wht);\\\"\u003e\u003cbr\u003e\u003cbr\u003e\u003c/span\u003e\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"shortName\": \"php\", \"dateUpdated\": \"2024-07-28T14:05:58.895Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-5458\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-14T14:13:20.514Z\", \"dateReserved\": \"2024-05-29T00:23:37.703Z\", \"assignerOrgId\": \"dd77f84a-d19a-4638-8c3d-a322d820ed2b\", \"datePublished\": \"2024-06-09T18:26:28.804Z\", \"assignerShortName\": \"php\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}
  suse-su-2024:2038-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 php8",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for php8 fixes the following issues:\n\n- CVE-2024-5458: Fixed an issue that allows to bypass filters in filter_var FILTER_VALIDATE_URL. (bsc#1226073)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-2038,SUSE-SLE-Module-Legacy-15-SP5-2024-2038,SUSE-SLE-Module-Legacy-15-SP6-2024-2038,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-2038,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-2038,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2038,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2038,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2038,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2038,openSUSE-SLE-15.5-2024-2038,openSUSE-SLE-15.6-2024-2038",
        "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-2024_2038-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:2038-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242038-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:2038-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035601.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1226073",
        "url": "https://bugzilla.suse.com/1226073"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5458 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5458/"
      }
    ],
    "title": "Security update for php8",
    "tracking": {
      "current_release_date": "2024-06-17T07:31:36Z",
      "generator": {
        "date": "2024-06-17T07:31:36Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:2038-1",
      "initial_release_date": "2024-06-17T07:31:36Z",
      "revision_history": [
        {
          "date": "2024-06-17T07:31:36Z",
          "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.37.1.aarch64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-bcmath-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-bz2-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-calendar-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-cli-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-ctype-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-curl-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-dba-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-devel-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-dom-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-embed-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-enchant-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-exif-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-fpm-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-ftp-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-gd-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-gettext-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-gmp-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-iconv-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-intl-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-json-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-ldap-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-mbstring-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-mysql-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-odbc-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-opcache-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-openssl-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-pcntl-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-pdo-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-pgsql-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-phar-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-posix-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-readline-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-shmop-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-snmp-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-soap-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-sockets-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-sodium-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-sqlite-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-test-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-tidy-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-xsl-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-zip-7.4.33-150400.4.37.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.37.1.aarch64",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.37.1.aarch64",
                  "product_id": "php7-zlib-7.4.33-150400.4.37.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.37.1.i586",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-bcmath-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-bz2-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-calendar-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-cli-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-ctype-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-curl-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-dba-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-devel-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-dom-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-embed-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-enchant-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-exif-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-fpm-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-ftp-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-gd-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-gettext-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-gmp-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-iconv-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-intl-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-json-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-ldap-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-mbstring-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-mysql-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-odbc-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-opcache-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-openssl-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-pcntl-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-pdo-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-pgsql-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-phar-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-posix-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-readline-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-shmop-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-snmp-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-soap-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-sockets-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-sodium-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-sqlite-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-test-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-tidy-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-xsl-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-zip-7.4.33-150400.4.37.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.37.1.i586",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.37.1.i586",
                  "product_id": "php7-zlib-7.4.33-150400.4.37.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-bz2-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-calendar-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-cli-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-ctype-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-curl-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-dba-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-devel-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-dom-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-embed-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-enchant-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-exif-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-fpm-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-ftp-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-gd-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-gettext-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-gmp-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-iconv-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-intl-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-json-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-ldap-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-mysql-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-odbc-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-opcache-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-openssl-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-pdo-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-phar-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-posix-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-readline-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-shmop-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-snmp-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-soap-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-sockets-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-sodium-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-test-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-tidy-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-xsl-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-zip-7.4.33-150400.4.37.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.37.1.ppc64le",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.37.1.ppc64le",
                  "product_id": "php7-zlib-7.4.33-150400.4.37.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-bcmath-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-bz2-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-calendar-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-cli-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-ctype-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-curl-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-dba-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-devel-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-dom-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-embed-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-enchant-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-exif-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-fpm-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-ftp-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-gd-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-gettext-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-gmp-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-iconv-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-intl-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-json-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-ldap-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-mbstring-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-mysql-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-odbc-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-opcache-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-openssl-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-pcntl-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-pdo-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-pgsql-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-phar-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-posix-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-readline-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-shmop-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-snmp-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-soap-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-sockets-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-sodium-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-sqlite-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-test-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-tidy-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-xsl-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-zip-7.4.33-150400.4.37.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.37.1.s390x",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.37.1.s390x",
                  "product_id": "php7-zlib-7.4.33-150400.4.37.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-bcmath-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-bz2-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-calendar-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-cli-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-cli-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-cli-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-ctype-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-curl-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-curl-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-dba-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-dba-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-devel-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-devel-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-dom-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-dom-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-embed-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-embed-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-enchant-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-exif-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-exif-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-fpm-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-ftp-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-gd-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-gd-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-gettext-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-gmp-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-iconv-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-intl-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-intl-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-json-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-json-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-ldap-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-mbstring-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-mysql-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-odbc-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-opcache-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-openssl-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-pcntl-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-pdo-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-pgsql-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-phar-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-phar-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-posix-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-posix-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-readline-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-readline-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-shmop-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-snmp-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-soap-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-soap-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-sockets-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-sodium-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-sqlite-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-test-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-test-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-tidy-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-xsl-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-zip-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-zip-7.4.33-150400.4.37.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
                "product": {
                  "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
                  "product_id": "php7-zlib-7.4.33-150400.4.37.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "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 Legacy 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Legacy 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-legacy:15:sp6"
                  }
                }
              },
              {
                "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": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:packagehub:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp4"
                  }
                }
              },
              {
                "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_name",
                "name": "openSUSE Leap 15.6",
                "product": {
                  "name": "openSUSE Leap 15.6",
                  "product_id": "openSUSE Leap 15.6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.6"
                  }
                }
              }
            ],
            "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.37.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.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.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.37.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "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.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.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.37.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.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.37.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.37.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.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.37.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.37.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.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.37.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.37.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.x86_64",
        "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.37.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.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.37.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.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.37.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.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.37.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.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.37.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bcmath-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-bz2-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-calendar-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-cli-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-cli-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ctype-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-curl-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dba-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-devel-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-dom-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-embed-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-embed-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-enchant-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-exif-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-fpm-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ftp-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gd-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gettext-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-gmp-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-iconv-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-intl-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-json-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-ldap-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mbstring-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-mysql-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-odbc-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-opcache-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-openssl-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pcntl-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pdo-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-pgsql-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-phar-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-posix-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-readline-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-shmop-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-snmp-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-soap-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sockets-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sodium-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sqlite-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-test-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-test-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tidy-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-xsl-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zip-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php7-zlib-7.4.33-150400.4.37.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150400.4.37.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5458",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5458"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP versions  8.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  (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": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.x86_64",
          "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.aarch64",
          "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
          "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.s390x",
          "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5458",
          "url": "https://www.suse.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226072 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226072"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226073 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226073"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226074 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226074"
        }
      ],
      "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 High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP5:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP6:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP5:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Module for Package Hub 15 SP6:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-json-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-json-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-test-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.5:php7-zlib-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:apache2-mod_php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-bcmath-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-bz2-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-calendar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-cli-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-ctype-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-curl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-dba-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-devel-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-dom-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-embed-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-enchant-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-exif-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-fastcgi-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-fileinfo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-fpm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-ftp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-gd-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-gettext-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-gmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-iconv-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-intl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-json-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-ldap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-mbstring-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-mysql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-odbc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-opcache-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-openssl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-pcntl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-pdo-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-pgsql-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-phar-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-posix-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-readline-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-shmop-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-snmp-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-soap-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sockets-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sodium-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sqlite-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sysvmsg-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sysvsem-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-sysvshm-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-test-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-tidy-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-tokenizer-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xmlreader-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xmlrpc-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xmlwriter-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-xsl-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-zip-7.4.33-150400.4.37.1.x86_64",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.aarch64",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.ppc64le",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.s390x",
            "openSUSE Leap 15.6:php7-zlib-7.4.33-150400.4.37.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-06-17T07:31:36Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5458"
    }
  ]
}
  suse-su-2024:2039-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 php8",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for php8 fixes the following issues:\n\n- CVE-2024-5458: Fixed an issue that allows to bypass filters in filter_var FILTER_VALIDATE_URL. (bsc#1226073)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-2039,SUSE-SLE-Module-Web-Scripting-15-SP5-2024-2039,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2039,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2039,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2039,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2039,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2039,openSUSE-SLE-15.5-2024-2039",
        "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-2024_2039-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:2039-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242039-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:2039-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035600.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1226073",
        "url": "https://bugzilla.suse.com/1226073"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5458 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5458/"
      }
    ],
    "title": "Security update for php8",
    "tracking": {
      "current_release_date": "2024-06-17T07:32:13Z",
      "generator": {
        "date": "2024-06-17T07:32:13Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:2039-1",
      "initial_release_date": "2024-06-17T07:32:13Z",
      "revision_history": [
        {
          "date": "2024-06-17T07:32:13Z",
          "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.43.1.aarch64",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-bcmath-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-bz2-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-calendar-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-cli-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-ctype-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-curl-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-dba-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-devel-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-dom-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-embed-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-enchant-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-exif-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-fpm-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-ftp-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-gd-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-gettext-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-gmp-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-iconv-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-intl-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-ldap-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-mbstring-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-mysql-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-odbc-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-opcache-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-openssl-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-pcntl-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-pdo-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-pgsql-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-phar-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-posix-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-readline-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-shmop-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-snmp-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-soap-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-sockets-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-sodium-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-sqlite-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-test-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-tidy-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-xsl-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-zip-8.0.30-150400.4.43.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.43.1.aarch64",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.43.1.aarch64",
                  "product_id": "php8-zlib-8.0.30-150400.4.43.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.43.1.i586",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-bcmath-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-bz2-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-calendar-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-cli-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-ctype-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-curl-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-dba-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-devel-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-dom-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-embed-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-enchant-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-exif-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-fpm-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-ftp-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-gd-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-gettext-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-gmp-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-iconv-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-intl-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-ldap-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-mbstring-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-mysql-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-odbc-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-opcache-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-openssl-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-pcntl-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-pdo-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-pgsql-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-phar-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-posix-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-readline-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-shmop-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-snmp-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-soap-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-sockets-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-sodium-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-sqlite-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-test-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-tidy-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-xsl-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-zip-8.0.30-150400.4.43.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.43.1.i586",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.43.1.i586",
                  "product_id": "php8-zlib-8.0.30-150400.4.43.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-bz2-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-calendar-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-cli-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-ctype-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-curl-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-dba-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-devel-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-dom-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-embed-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-enchant-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-exif-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-fpm-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-ftp-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-gd-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-gettext-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-gmp-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-iconv-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-intl-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-ldap-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-mysql-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-odbc-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-opcache-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-openssl-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-pdo-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-phar-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-posix-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-readline-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-shmop-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-snmp-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-soap-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-sockets-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-sodium-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-test-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-tidy-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-xsl-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-zip-8.0.30-150400.4.43.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.43.1.ppc64le",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.43.1.ppc64le",
                  "product_id": "php8-zlib-8.0.30-150400.4.43.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-bcmath-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-bz2-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-calendar-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-cli-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-ctype-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-curl-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-dba-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-devel-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-dom-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-embed-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-enchant-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-exif-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-fpm-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-ftp-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-gd-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-gettext-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-gmp-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-iconv-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-intl-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-ldap-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-mbstring-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-mysql-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-odbc-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-opcache-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-openssl-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-pcntl-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-pdo-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-pgsql-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-phar-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-posix-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-readline-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-shmop-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-snmp-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-soap-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-sockets-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-sodium-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-sqlite-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-test-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-tidy-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-xsl-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-zip-8.0.30-150400.4.43.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.43.1.s390x",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.43.1.s390x",
                  "product_id": "php8-zlib-8.0.30-150400.4.43.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-bcmath-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-bcmath-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-bz2-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-bz2-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-calendar-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-calendar-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-cli-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-cli-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-ctype-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-ctype-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-curl-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-curl-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-dba-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-dba-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-devel-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-devel-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-dom-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-dom-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-embed-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-embed-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-embed-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-enchant-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-enchant-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-exif-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-exif-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fpm-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-fpm-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-fpm-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-ftp-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-ftp-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-gd-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-gd-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-gettext-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-gettext-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-gmp-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-gmp-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-iconv-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-iconv-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-intl-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-intl-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-ldap-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-ldap-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-mbstring-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-mbstring-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-mysql-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-mysql-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-odbc-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-odbc-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-opcache-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-opcache-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-openssl-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-openssl-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-pcntl-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-pcntl-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-pdo-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-pdo-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-pgsql-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-pgsql-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-phar-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-phar-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-posix-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-posix-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-readline-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-readline-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-shmop-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-shmop-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-snmp-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-snmp-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-soap-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-soap-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-sockets-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-sockets-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-sodium-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-sodium-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-sqlite-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-sqlite-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-test-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-test-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-test-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-tidy-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-tidy-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-xsl-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-xsl-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-zip-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-zip-8.0.30-150400.4.43.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
                "product": {
                  "name": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
                  "product_id": "php8-zlib-8.0.30-150400.4.43.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "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": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Manager Server 4.3",
                "product": {
                  "name": "SUSE Manager Server 4.3",
                  "product_id": "SUSE Manager Server 4.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-manager-server:4.3"
                  }
                }
              },
              {
                "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.43.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.43.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.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.43.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.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.43.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.43.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.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.43.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.43.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.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.43.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.43.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.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.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-embed-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fpm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-test-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.ppc64le as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.s390x as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.0.30-150400.4.43.1.x86_64 as component of SUSE Manager Server 4.3",
          "product_id": "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "SUSE Manager Server 4.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apache2-mod_php8-8.0.30-150400.4.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "apache2-mod_php8-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-8.0.30-150400.4.43.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.0.30-150400.4.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-bz2-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-calendar-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-cli-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ctype-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-curl-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dba-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-devel-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-dom-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-embed-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-enchant-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-exif-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fastcgi-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-fpm-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ftp-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gd-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gettext-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-gmp-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-iconv-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-intl-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-ldap-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-mysql-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-odbc-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-opcache-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-openssl-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pdo-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-phar-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-posix-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-readline-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-shmop-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-snmp-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-soap-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sockets-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sodium-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-test-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tidy-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-xsl-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zip-8.0.30-150400.4.43.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.43.1.aarch64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.aarch64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.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.43.1.ppc64le as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.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.43.1.s390x as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.s390x"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.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.43.1.x86_64 as component of openSUSE Leap 15.5",
          "product_id": "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.x86_64"
        },
        "product_reference": "php8-zlib-8.0.30-150400.4.43.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5458",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5458"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP versions  8.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  (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": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.s390x",
          "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.x86_64",
          "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
          "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.s390x",
          "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.x86_64",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.aarch64",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.s390x",
          "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5458",
          "url": "https://www.suse.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226072 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226072"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226073 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226073"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226074 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226074"
        }
      ],
      "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 High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 15 SP5:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "SUSE Linux Enterprise Server 15 SP4-LTSS:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP4:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-test-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "SUSE Manager Server 4.3:php8-zlib-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:apache2-mod_php8-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-bcmath-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-bz2-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-calendar-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-cli-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-ctype-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-curl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-dba-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-devel-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-dom-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-embed-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-enchant-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-exif-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-fastcgi-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-fileinfo-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-fpm-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-ftp-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-gd-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-gettext-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-gmp-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-iconv-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-intl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-ldap-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-mbstring-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-mysql-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-odbc-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-opcache-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-openssl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-pcntl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-pdo-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-pgsql-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-phar-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-posix-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-readline-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-shmop-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-snmp-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-soap-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sockets-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sodium-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sqlite-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sysvmsg-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sysvsem-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-sysvshm-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-test-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-tidy-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-tokenizer-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-xmlreader-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-xmlwriter-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-xsl-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-zip-8.0.30-150400.4.43.1.x86_64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.aarch64",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.ppc64le",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.s390x",
            "openSUSE Leap 15.5:php8-zlib-8.0.30-150400.4.43.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-06-17T07:32:13Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5458"
    }
  ]
}
  suse-su-2024:2027-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 php8",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for php8 fixes the following issues:\n\n- CVE-2024-5458: Fixed an issue that allows to bypass filters in filter_var FILTER_VALIDATE_URL. (bsc#1226073)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-2027,SUSE-SLE-Module-Web-Scripting-12-2024-2027,SUSE-SLE-SDK-12-SP5-2024-2027",
        "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-2024_2027-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:2027-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242027-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:2027-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035584.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1226073",
        "url": "https://bugzilla.suse.com/1226073"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5458 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5458/"
      }
    ],
    "title": "Security update for php8",
    "tracking": {
      "current_release_date": "2024-06-13T15:11:26Z",
      "generator": {
        "date": "2024-06-13T15:11:26Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:2027-1",
      "initial_release_date": "2024-06-13T15:11:26Z",
      "revision_history": [
        {
          "date": "2024-06-13T15:11:26Z",
          "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.68.2.aarch64",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.68.2.aarch64",
                  "product_id": "apache2-mod_php74-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-bcmath-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-bz2-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-bz2-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-calendar-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-calendar-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-ctype-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-ctype-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-curl-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-curl-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-dba-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-dba-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-devel-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-devel-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-dom-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-dom-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-embed-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-embed-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-enchant-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-enchant-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-exif-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-exif-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-fastcgi-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-fileinfo-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-firebird-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-firebird-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-fpm-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-fpm-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-ftp-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-ftp-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-gd-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-gd-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-gettext-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-gettext-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-gmp-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-gmp-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-iconv-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-iconv-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-intl-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-intl-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-json-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-json-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-ldap-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-ldap-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-mbstring-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-mysql-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-mysql-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-odbc-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-odbc-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-opcache-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-opcache-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-openssl-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-openssl-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-pcntl-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-pdo-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-pdo-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-pgsql-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-phar-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-phar-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-posix-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-posix-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-readline-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-readline-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-shmop-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-shmop-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-snmp-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-snmp-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-soap-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-soap-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-sockets-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-sockets-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-sodium-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-sodium-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-sqlite-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-sysvmsg-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-sysvsem-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-sysvshm-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-test-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-test-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-tidy-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-tidy-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-tokenizer-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-xmlreader-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-xmlrpc-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-xmlwriter-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-xsl-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-xsl-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-zip-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-zip-7.4.33-1.68.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.68.2.aarch64",
                "product": {
                  "name": "php74-zlib-7.4.33-1.68.2.aarch64",
                  "product_id": "php74-zlib-7.4.33-1.68.2.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.68.2.i586",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.68.2.i586",
                  "product_id": "apache2-mod_php74-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-7.4.33-1.68.2.i586",
                  "product_id": "php74-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.68.2.i586",
                  "product_id": "php74-bcmath-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-bz2-7.4.33-1.68.2.i586",
                  "product_id": "php74-bz2-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-calendar-7.4.33-1.68.2.i586",
                  "product_id": "php74-calendar-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-ctype-7.4.33-1.68.2.i586",
                  "product_id": "php74-ctype-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-curl-7.4.33-1.68.2.i586",
                  "product_id": "php74-curl-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-dba-7.4.33-1.68.2.i586",
                  "product_id": "php74-dba-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-devel-7.4.33-1.68.2.i586",
                  "product_id": "php74-devel-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-dom-7.4.33-1.68.2.i586",
                  "product_id": "php74-dom-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-embed-7.4.33-1.68.2.i586",
                  "product_id": "php74-embed-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-enchant-7.4.33-1.68.2.i586",
                  "product_id": "php74-enchant-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-exif-7.4.33-1.68.2.i586",
                  "product_id": "php74-exif-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.68.2.i586",
                  "product_id": "php74-fastcgi-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.68.2.i586",
                  "product_id": "php74-fileinfo-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-firebird-7.4.33-1.68.2.i586",
                  "product_id": "php74-firebird-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-fpm-7.4.33-1.68.2.i586",
                  "product_id": "php74-fpm-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-ftp-7.4.33-1.68.2.i586",
                  "product_id": "php74-ftp-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-gd-7.4.33-1.68.2.i586",
                  "product_id": "php74-gd-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-gettext-7.4.33-1.68.2.i586",
                  "product_id": "php74-gettext-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-gmp-7.4.33-1.68.2.i586",
                  "product_id": "php74-gmp-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-iconv-7.4.33-1.68.2.i586",
                  "product_id": "php74-iconv-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-intl-7.4.33-1.68.2.i586",
                  "product_id": "php74-intl-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-json-7.4.33-1.68.2.i586",
                  "product_id": "php74-json-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-ldap-7.4.33-1.68.2.i586",
                  "product_id": "php74-ldap-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.68.2.i586",
                  "product_id": "php74-mbstring-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-mysql-7.4.33-1.68.2.i586",
                  "product_id": "php74-mysql-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-odbc-7.4.33-1.68.2.i586",
                  "product_id": "php74-odbc-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-opcache-7.4.33-1.68.2.i586",
                  "product_id": "php74-opcache-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-openssl-7.4.33-1.68.2.i586",
                  "product_id": "php74-openssl-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.68.2.i586",
                  "product_id": "php74-pcntl-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-pdo-7.4.33-1.68.2.i586",
                  "product_id": "php74-pdo-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.68.2.i586",
                  "product_id": "php74-pgsql-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-phar-7.4.33-1.68.2.i586",
                  "product_id": "php74-phar-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-posix-7.4.33-1.68.2.i586",
                  "product_id": "php74-posix-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-readline-7.4.33-1.68.2.i586",
                  "product_id": "php74-readline-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-shmop-7.4.33-1.68.2.i586",
                  "product_id": "php74-shmop-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-snmp-7.4.33-1.68.2.i586",
                  "product_id": "php74-snmp-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-soap-7.4.33-1.68.2.i586",
                  "product_id": "php74-soap-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-sockets-7.4.33-1.68.2.i586",
                  "product_id": "php74-sockets-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-sodium-7.4.33-1.68.2.i586",
                  "product_id": "php74-sodium-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.68.2.i586",
                  "product_id": "php74-sqlite-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.68.2.i586",
                  "product_id": "php74-sysvmsg-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.68.2.i586",
                  "product_id": "php74-sysvsem-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.68.2.i586",
                  "product_id": "php74-sysvshm-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-test-7.4.33-1.68.2.i586",
                  "product_id": "php74-test-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-tidy-7.4.33-1.68.2.i586",
                  "product_id": "php74-tidy-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.68.2.i586",
                  "product_id": "php74-tokenizer-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.68.2.i586",
                  "product_id": "php74-xmlreader-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.68.2.i586",
                  "product_id": "php74-xmlrpc-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.68.2.i586",
                  "product_id": "php74-xmlwriter-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-xsl-7.4.33-1.68.2.i586",
                  "product_id": "php74-xsl-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-zip-7.4.33-1.68.2.i586",
                  "product_id": "php74-zip-7.4.33-1.68.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.68.2.i586",
                "product": {
                  "name": "php74-zlib-7.4.33-1.68.2.i586",
                  "product_id": "php74-zlib-7.4.33-1.68.2.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.68.2.ppc64le",
                  "product_id": "apache2-mod_php74-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-bcmath-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-bz2-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-bz2-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-calendar-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-calendar-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-ctype-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-ctype-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-curl-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-curl-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-dba-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-dba-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-devel-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-devel-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-dom-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-dom-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-embed-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-embed-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-enchant-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-enchant-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-exif-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-exif-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-fastcgi-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-fileinfo-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-firebird-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-firebird-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-fpm-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-fpm-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-ftp-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-ftp-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-gd-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-gd-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-gettext-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-gettext-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-gmp-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-gmp-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-iconv-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-iconv-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-intl-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-intl-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-json-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-json-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-ldap-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-ldap-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-mbstring-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-mysql-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-mysql-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-odbc-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-odbc-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-opcache-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-opcache-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-openssl-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-openssl-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-pcntl-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-pdo-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-pdo-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-pgsql-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-phar-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-phar-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-posix-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-posix-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-readline-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-readline-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-shmop-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-shmop-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-snmp-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-snmp-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-soap-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-soap-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-sockets-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-sockets-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-sodium-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-sodium-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-sqlite-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-sysvmsg-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-sysvsem-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-sysvshm-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-test-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-test-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-tidy-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-tidy-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-tokenizer-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-xmlreader-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-xmlrpc-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-xmlwriter-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-xsl-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-xsl-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-zip-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-zip-7.4.33-1.68.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.68.2.ppc64le",
                "product": {
                  "name": "php74-zlib-7.4.33-1.68.2.ppc64le",
                  "product_id": "php74-zlib-7.4.33-1.68.2.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.68.2.s390",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.68.2.s390",
                  "product_id": "apache2-mod_php74-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-7.4.33-1.68.2.s390",
                  "product_id": "php74-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.68.2.s390",
                  "product_id": "php74-bcmath-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-bz2-7.4.33-1.68.2.s390",
                  "product_id": "php74-bz2-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-calendar-7.4.33-1.68.2.s390",
                  "product_id": "php74-calendar-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-ctype-7.4.33-1.68.2.s390",
                  "product_id": "php74-ctype-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-curl-7.4.33-1.68.2.s390",
                  "product_id": "php74-curl-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-dba-7.4.33-1.68.2.s390",
                  "product_id": "php74-dba-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-devel-7.4.33-1.68.2.s390",
                  "product_id": "php74-devel-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-dom-7.4.33-1.68.2.s390",
                  "product_id": "php74-dom-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-embed-7.4.33-1.68.2.s390",
                  "product_id": "php74-embed-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-enchant-7.4.33-1.68.2.s390",
                  "product_id": "php74-enchant-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-exif-7.4.33-1.68.2.s390",
                  "product_id": "php74-exif-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.68.2.s390",
                  "product_id": "php74-fastcgi-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.68.2.s390",
                  "product_id": "php74-fileinfo-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-firebird-7.4.33-1.68.2.s390",
                  "product_id": "php74-firebird-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-fpm-7.4.33-1.68.2.s390",
                  "product_id": "php74-fpm-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-ftp-7.4.33-1.68.2.s390",
                  "product_id": "php74-ftp-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-gd-7.4.33-1.68.2.s390",
                  "product_id": "php74-gd-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-gettext-7.4.33-1.68.2.s390",
                  "product_id": "php74-gettext-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-gmp-7.4.33-1.68.2.s390",
                  "product_id": "php74-gmp-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-iconv-7.4.33-1.68.2.s390",
                  "product_id": "php74-iconv-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-intl-7.4.33-1.68.2.s390",
                  "product_id": "php74-intl-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-json-7.4.33-1.68.2.s390",
                  "product_id": "php74-json-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-ldap-7.4.33-1.68.2.s390",
                  "product_id": "php74-ldap-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.68.2.s390",
                  "product_id": "php74-mbstring-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-mysql-7.4.33-1.68.2.s390",
                  "product_id": "php74-mysql-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-odbc-7.4.33-1.68.2.s390",
                  "product_id": "php74-odbc-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-opcache-7.4.33-1.68.2.s390",
                  "product_id": "php74-opcache-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-openssl-7.4.33-1.68.2.s390",
                  "product_id": "php74-openssl-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.68.2.s390",
                  "product_id": "php74-pcntl-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-pdo-7.4.33-1.68.2.s390",
                  "product_id": "php74-pdo-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.68.2.s390",
                  "product_id": "php74-pgsql-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-phar-7.4.33-1.68.2.s390",
                  "product_id": "php74-phar-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-posix-7.4.33-1.68.2.s390",
                  "product_id": "php74-posix-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-readline-7.4.33-1.68.2.s390",
                  "product_id": "php74-readline-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-shmop-7.4.33-1.68.2.s390",
                  "product_id": "php74-shmop-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-snmp-7.4.33-1.68.2.s390",
                  "product_id": "php74-snmp-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-soap-7.4.33-1.68.2.s390",
                  "product_id": "php74-soap-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-sockets-7.4.33-1.68.2.s390",
                  "product_id": "php74-sockets-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-sodium-7.4.33-1.68.2.s390",
                  "product_id": "php74-sodium-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.68.2.s390",
                  "product_id": "php74-sqlite-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.68.2.s390",
                  "product_id": "php74-sysvmsg-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.68.2.s390",
                  "product_id": "php74-sysvsem-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.68.2.s390",
                  "product_id": "php74-sysvshm-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-test-7.4.33-1.68.2.s390",
                  "product_id": "php74-test-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-tidy-7.4.33-1.68.2.s390",
                  "product_id": "php74-tidy-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.68.2.s390",
                  "product_id": "php74-tokenizer-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.68.2.s390",
                  "product_id": "php74-xmlreader-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.68.2.s390",
                  "product_id": "php74-xmlrpc-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.68.2.s390",
                  "product_id": "php74-xmlwriter-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-xsl-7.4.33-1.68.2.s390",
                  "product_id": "php74-xsl-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-zip-7.4.33-1.68.2.s390",
                  "product_id": "php74-zip-7.4.33-1.68.2.s390"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.68.2.s390",
                "product": {
                  "name": "php74-zlib-7.4.33-1.68.2.s390",
                  "product_id": "php74-zlib-7.4.33-1.68.2.s390"
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.68.2.s390x",
                  "product_id": "apache2-mod_php74-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-7.4.33-1.68.2.s390x",
                  "product_id": "php74-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.68.2.s390x",
                  "product_id": "php74-bcmath-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-bz2-7.4.33-1.68.2.s390x",
                  "product_id": "php74-bz2-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-calendar-7.4.33-1.68.2.s390x",
                  "product_id": "php74-calendar-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-ctype-7.4.33-1.68.2.s390x",
                  "product_id": "php74-ctype-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-curl-7.4.33-1.68.2.s390x",
                  "product_id": "php74-curl-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-dba-7.4.33-1.68.2.s390x",
                  "product_id": "php74-dba-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-devel-7.4.33-1.68.2.s390x",
                  "product_id": "php74-devel-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-dom-7.4.33-1.68.2.s390x",
                  "product_id": "php74-dom-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-embed-7.4.33-1.68.2.s390x",
                  "product_id": "php74-embed-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-enchant-7.4.33-1.68.2.s390x",
                  "product_id": "php74-enchant-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-exif-7.4.33-1.68.2.s390x",
                  "product_id": "php74-exif-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.68.2.s390x",
                  "product_id": "php74-fastcgi-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.68.2.s390x",
                  "product_id": "php74-fileinfo-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-firebird-7.4.33-1.68.2.s390x",
                  "product_id": "php74-firebird-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-fpm-7.4.33-1.68.2.s390x",
                  "product_id": "php74-fpm-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-ftp-7.4.33-1.68.2.s390x",
                  "product_id": "php74-ftp-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-gd-7.4.33-1.68.2.s390x",
                  "product_id": "php74-gd-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-gettext-7.4.33-1.68.2.s390x",
                  "product_id": "php74-gettext-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-gmp-7.4.33-1.68.2.s390x",
                  "product_id": "php74-gmp-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-iconv-7.4.33-1.68.2.s390x",
                  "product_id": "php74-iconv-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-intl-7.4.33-1.68.2.s390x",
                  "product_id": "php74-intl-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-json-7.4.33-1.68.2.s390x",
                  "product_id": "php74-json-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-ldap-7.4.33-1.68.2.s390x",
                  "product_id": "php74-ldap-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.68.2.s390x",
                  "product_id": "php74-mbstring-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-mysql-7.4.33-1.68.2.s390x",
                  "product_id": "php74-mysql-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-odbc-7.4.33-1.68.2.s390x",
                  "product_id": "php74-odbc-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-opcache-7.4.33-1.68.2.s390x",
                  "product_id": "php74-opcache-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-openssl-7.4.33-1.68.2.s390x",
                  "product_id": "php74-openssl-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.68.2.s390x",
                  "product_id": "php74-pcntl-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-pdo-7.4.33-1.68.2.s390x",
                  "product_id": "php74-pdo-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.68.2.s390x",
                  "product_id": "php74-pgsql-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-phar-7.4.33-1.68.2.s390x",
                  "product_id": "php74-phar-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-posix-7.4.33-1.68.2.s390x",
                  "product_id": "php74-posix-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-readline-7.4.33-1.68.2.s390x",
                  "product_id": "php74-readline-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-shmop-7.4.33-1.68.2.s390x",
                  "product_id": "php74-shmop-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-snmp-7.4.33-1.68.2.s390x",
                  "product_id": "php74-snmp-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-soap-7.4.33-1.68.2.s390x",
                  "product_id": "php74-soap-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-sockets-7.4.33-1.68.2.s390x",
                  "product_id": "php74-sockets-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-sodium-7.4.33-1.68.2.s390x",
                  "product_id": "php74-sodium-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.68.2.s390x",
                  "product_id": "php74-sqlite-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.68.2.s390x",
                  "product_id": "php74-sysvmsg-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.68.2.s390x",
                  "product_id": "php74-sysvsem-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.68.2.s390x",
                  "product_id": "php74-sysvshm-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-test-7.4.33-1.68.2.s390x",
                  "product_id": "php74-test-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-tidy-7.4.33-1.68.2.s390x",
                  "product_id": "php74-tidy-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.68.2.s390x",
                  "product_id": "php74-tokenizer-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.68.2.s390x",
                  "product_id": "php74-xmlreader-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.68.2.s390x",
                  "product_id": "php74-xmlrpc-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.68.2.s390x",
                  "product_id": "php74-xmlwriter-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-xsl-7.4.33-1.68.2.s390x",
                  "product_id": "php74-xsl-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-zip-7.4.33-1.68.2.s390x",
                  "product_id": "php74-zip-7.4.33-1.68.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.68.2.s390x",
                "product": {
                  "name": "php74-zlib-7.4.33-1.68.2.s390x",
                  "product_id": "php74-zlib-7.4.33-1.68.2.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php74-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "apache2-mod_php74-7.4.33-1.68.2.x86_64",
                  "product_id": "apache2-mod_php74-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bcmath-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-bcmath-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-bcmath-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-bz2-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-bz2-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-bz2-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-calendar-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-calendar-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-calendar-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ctype-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-ctype-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-ctype-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-curl-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-curl-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-curl-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dba-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-dba-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-dba-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-devel-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-devel-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-devel-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-dom-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-dom-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-dom-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-embed-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-embed-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-embed-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-enchant-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-enchant-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-enchant-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-exif-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-exif-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-exif-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fastcgi-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-fastcgi-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-fastcgi-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fileinfo-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-fileinfo-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-fileinfo-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-firebird-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-firebird-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-firebird-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-fpm-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-fpm-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-fpm-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ftp-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-ftp-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-ftp-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gd-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-gd-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-gd-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gettext-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-gettext-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-gettext-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-gmp-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-gmp-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-gmp-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-iconv-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-iconv-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-iconv-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-intl-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-intl-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-intl-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-json-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-json-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-json-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-ldap-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-ldap-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-ldap-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mbstring-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-mbstring-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-mbstring-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-mysql-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-mysql-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-mysql-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-odbc-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-odbc-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-odbc-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-opcache-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-opcache-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-opcache-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-openssl-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-openssl-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-openssl-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pcntl-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-pcntl-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-pcntl-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pdo-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-pdo-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-pdo-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-pgsql-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-pgsql-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-pgsql-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-phar-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-phar-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-phar-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-posix-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-posix-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-posix-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-readline-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-readline-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-readline-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-shmop-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-shmop-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-shmop-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-snmp-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-snmp-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-snmp-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-soap-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-soap-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-soap-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sockets-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-sockets-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-sockets-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sodium-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-sodium-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-sodium-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sqlite-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-sqlite-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-sqlite-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvmsg-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-sysvmsg-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-sysvmsg-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvsem-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-sysvsem-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-sysvsem-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-sysvshm-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-sysvshm-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-sysvshm-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-test-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-test-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-test-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tidy-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-tidy-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-tidy-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-tokenizer-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-tokenizer-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-tokenizer-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlreader-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-xmlreader-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-xmlreader-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlrpc-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-xmlrpc-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-xmlrpc-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xmlwriter-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-xmlwriter-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-xmlwriter-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-xsl-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-xsl-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-xsl-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zip-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-zip-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-zip-7.4.33-1.68.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php74-zlib-7.4.33-1.68.2.x86_64",
                "product": {
                  "name": "php74-zlib-7.4.33-1.68.2.x86_64",
                  "product_id": "php74-zlib-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "apache2-mod_php74-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-bcmath-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-bcmath-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-bcmath-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-bcmath-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-bz2-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-bz2-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-bz2-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-bz2-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-calendar-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-calendar-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-calendar-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-calendar-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-ctype-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-ctype-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-ctype-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-ctype-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-curl-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-curl-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-curl-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-curl-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-dba-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-dba-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-dba-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-dba-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-dom-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-dom-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-dom-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-dom-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-enchant-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-enchant-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-enchant-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-enchant-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-exif-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-exif-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-exif-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-exif-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-fastcgi-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-fileinfo-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-fpm-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-fpm-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-fpm-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-fpm-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-ftp-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-ftp-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-ftp-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-ftp-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-gd-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-gd-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-gd-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-gd-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-gettext-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-gettext-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-gettext-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-gettext-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-gmp-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-gmp-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-gmp-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-gmp-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-iconv-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-iconv-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-iconv-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-iconv-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-intl-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-intl-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-intl-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-intl-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-json-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-json-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-json-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-json-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-ldap-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-ldap-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-ldap-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-ldap-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-mbstring-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-mbstring-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-mbstring-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-mbstring-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-mysql-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-mysql-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-mysql-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-mysql-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-odbc-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-odbc-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-odbc-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-odbc-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-opcache-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-opcache-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-opcache-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-opcache-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-openssl-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-openssl-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-openssl-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-openssl-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-pcntl-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-pcntl-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-pcntl-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-pcntl-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-pdo-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-pdo-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-pdo-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-pdo-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-pgsql-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-pgsql-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-pgsql-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-pgsql-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-phar-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-phar-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-phar-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-phar-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-posix-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-posix-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-posix-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-posix-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-readline-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-readline-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-readline-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-readline-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-shmop-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-shmop-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-shmop-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-shmop-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-snmp-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-snmp-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-snmp-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-snmp-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-soap-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-soap-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-soap-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-soap-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-sockets-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-sockets-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-sockets-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-sockets-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-sodium-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-sodium-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-sodium-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-sodium-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-sqlite-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-sqlite-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-sqlite-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-sqlite-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-sysvmsg-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-sysvsem-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-sysvshm-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-tidy-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-tidy-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-tidy-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-tidy-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-tokenizer-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-xmlreader-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-xmlrpc-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-xmlwriter-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-xsl-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-xsl-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-xsl-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-xsl-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-zip-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-zip-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-zip-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-zip-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-zlib-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-zlib-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-zlib-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-zlib-7.4.33-1.68.2.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.68.2.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.68.2.aarch64"
        },
        "product_reference": "php74-devel-7.4.33-1.68.2.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.68.2.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.68.2.ppc64le"
        },
        "product_reference": "php74-devel-7.4.33-1.68.2.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.68.2.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.68.2.s390x"
        },
        "product_reference": "php74-devel-7.4.33-1.68.2.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.68.2.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.68.2.x86_64"
        },
        "product_reference": "php74-devel-7.4.33-1.68.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5458",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5458"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP versions  8.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  (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": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.ppc64le",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.s390x",
          "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5458",
          "url": "https://www.suse.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226072 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226072"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226073 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226073"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226074 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226074"
        }
      ],
      "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.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:apache2-mod_php74-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bcmath-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-bz2-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-calendar-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ctype-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-curl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dba-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-dom-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-enchant-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-exif-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fastcgi-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fileinfo-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-fpm-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ftp-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gd-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gettext-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-gmp-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-iconv-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-intl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-json-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-ldap-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mbstring-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-mysql-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-odbc-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-opcache-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-openssl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pcntl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pdo-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-pgsql-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-phar-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-posix-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-readline-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-shmop-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-snmp-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-soap-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sockets-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sodium-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sqlite-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvmsg-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvsem-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-sysvshm-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tidy-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-tokenizer-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlreader-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlrpc-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xmlwriter-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-xsl-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zip-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Module for Web and Scripting 12:php74-zlib-7.4.33-1.68.2.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.ppc64le",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.s390x",
            "SUSE Linux Enterprise Software Development Kit 12 SP5:php74-devel-7.4.33-1.68.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-06-13T15:11:26Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5458"
    }
  ]
}
  suse-su-2024:2037-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-2024-2756: Fixed bypass of security fix applied for CVE-2022-31629 that lead PHP to consider not secure cookies as secure (bsc#1222857)\n- CVE-2024-3096: Fixed bypass on null byte leading passwords checked via password_verify (bsc#1222858)\n- CVE-2024-5458: Fixed an issue that allows to bypass filters in filter_var FILTER_VALIDATE_URL. (bsc#1226073)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-2037,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-2037,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2037,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-2037,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2037,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-2037,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2037,SUSE-Storage-7.1-2024-2037",
        "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-2024_2037-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:2037-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242037-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:2037-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-June/035602.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1222857",
        "url": "https://bugzilla.suse.com/1222857"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1222858",
        "url": "https://bugzilla.suse.com/1222858"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1226073",
        "url": "https://bugzilla.suse.com/1226073"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-2756 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-2756/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-3096 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-3096/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5458 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5458/"
      }
    ],
    "title": "Security update for php7",
    "tracking": {
      "current_release_date": "2024-06-17T07:30:42Z",
      "generator": {
        "date": "2024-06-17T07:30:42Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:2037-1",
      "initial_release_date": "2024-06-17T07:30:42Z",
      "revision_history": [
        {
          "date": "2024-06-17T07:30:42Z",
          "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.65.1.aarch64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-bcmath-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-bz2-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-calendar-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-ctype-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-curl-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-dba-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-devel-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-dom-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-embed-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-enchant-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-exif-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-firebird-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-fpm-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-ftp-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-gd-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-gettext-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-gmp-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-iconv-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-intl-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-json-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-ldap-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-mbstring-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-mysql-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-odbc-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-opcache-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-openssl-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-pcntl-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-pdo-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-pgsql-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-phar-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-posix-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-readline-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-shmop-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-snmp-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-soap-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-sockets-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-sodium-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-sqlite-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-test-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-tidy-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-xsl-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-zip-7.4.33-150200.3.65.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.65.1.aarch64",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.65.1.aarch64",
                  "product_id": "php7-zlib-7.4.33-150200.3.65.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.65.1.i586",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-bcmath-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-bz2-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-calendar-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-ctype-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-curl-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-dba-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-devel-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-dom-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-embed-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-enchant-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-exif-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-firebird-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-fpm-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-ftp-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-gd-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-gettext-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-gmp-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-iconv-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-intl-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-json-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-ldap-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-mbstring-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-mysql-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-odbc-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-opcache-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-openssl-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-pcntl-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-pdo-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-pgsql-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-phar-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-posix-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-readline-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-shmop-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-snmp-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-soap-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-sockets-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-sodium-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-sqlite-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-test-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-tidy-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-xsl-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-zip-7.4.33-150200.3.65.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.65.1.i586",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.65.1.i586",
                  "product_id": "php7-zlib-7.4.33-150200.3.65.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-bcmath-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-bz2-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-calendar-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-ctype-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-curl-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-dba-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-devel-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-dom-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-embed-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-enchant-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-exif-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-firebird-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-fpm-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-ftp-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-gd-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-gettext-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-gmp-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-iconv-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-intl-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-json-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-ldap-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-mbstring-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-mysql-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-odbc-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-opcache-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-openssl-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-pcntl-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-pdo-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-pgsql-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-phar-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-posix-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-readline-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-shmop-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-snmp-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-soap-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-sockets-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-sodium-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-sqlite-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-test-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-tidy-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-xsl-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-zip-7.4.33-150200.3.65.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.65.1.ppc64le",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.65.1.ppc64le",
                  "product_id": "php7-zlib-7.4.33-150200.3.65.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-bcmath-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-bz2-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-calendar-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-ctype-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-curl-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-dba-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-devel-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-dom-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-embed-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-enchant-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-exif-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-firebird-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-fpm-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-ftp-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-gd-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-gettext-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-gmp-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-iconv-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-intl-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-json-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-ldap-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-mbstring-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-mysql-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-odbc-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-opcache-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-openssl-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-pcntl-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-pdo-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-pgsql-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-phar-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-posix-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-readline-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-shmop-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-snmp-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-soap-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-sockets-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-sodium-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-sqlite-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-test-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-tidy-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-xsl-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-zip-7.4.33-150200.3.65.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.65.1.s390x",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.65.1.s390x",
                  "product_id": "php7-zlib-7.4.33-150200.3.65.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "apache2-mod_php7-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bcmath-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-bcmath-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-bcmath-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-bz2-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-bz2-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-bz2-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-calendar-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-calendar-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-calendar-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ctype-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-ctype-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-ctype-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-curl-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-curl-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-curl-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dba-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-dba-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-dba-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-devel-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-devel-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-devel-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-dom-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-dom-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-dom-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-embed-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-embed-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-embed-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-enchant-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-enchant-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-enchant-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-exif-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-exif-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-exif-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-fastcgi-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-fileinfo-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-firebird-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-firebird-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-firebird-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-fpm-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-fpm-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-fpm-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ftp-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-ftp-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-ftp-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gd-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-gd-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-gd-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gettext-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-gettext-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-gettext-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-gmp-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-gmp-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-gmp-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-iconv-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-iconv-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-iconv-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-intl-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-intl-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-intl-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-json-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-json-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-json-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-ldap-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-ldap-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-ldap-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mbstring-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-mbstring-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-mbstring-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-mysql-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-mysql-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-mysql-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-odbc-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-odbc-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-odbc-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-opcache-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-opcache-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-opcache-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-openssl-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-openssl-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-openssl-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pcntl-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-pcntl-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-pcntl-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pdo-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-pdo-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-pdo-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-pgsql-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-pgsql-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-pgsql-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-phar-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-phar-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-phar-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-posix-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-posix-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-posix-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-readline-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-readline-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-readline-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-shmop-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-shmop-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-shmop-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-snmp-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-snmp-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-snmp-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-soap-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-soap-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-soap-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sockets-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-sockets-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-sockets-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sodium-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-sodium-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-sodium-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sqlite-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-sqlite-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-sqlite-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-sysvmsg-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-sysvsem-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-sysvshm-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-test-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-test-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-test-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tidy-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-tidy-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-tidy-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-tokenizer-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-xmlreader-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-xmlrpc-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-xmlwriter-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-xsl-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-xsl-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-xsl-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zip-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-zip-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-zip-7.4.33-150200.3.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php7-zlib-7.4.33-150200.3.65.1.x86_64",
                "product": {
                  "name": "php7-zlib-7.4.33-150200.3.65.1.x86_64",
                  "product_id": "php7-zlib-7.4.33-150200.3.65.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-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 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_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.65.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.65.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.s390x"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.ppc64le"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.aarch64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "apache2-mod_php7-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64"
        },
        "product_reference": "php7-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bcmath-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-bz2-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-calendar-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ctype-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-curl-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dba-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-devel-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-dom-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-enchant-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-exif-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fastcgi-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fileinfo-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-fpm-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ftp-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gd-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gettext-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-gmp-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-iconv-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-intl-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-json-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-ldap-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mbstring-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-mysql-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-odbc-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-opcache-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-openssl-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pcntl-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pdo-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-pgsql-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-phar-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-posix-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-readline-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-shmop-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-snmp-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-soap-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sockets-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sodium-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sqlite-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvmsg-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvsem-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-sysvshm-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tidy-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-tokenizer-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlreader-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlrpc-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xmlwriter-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-xsl-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zip-7.4.33-150200.3.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.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.65.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.65.1.x86_64"
        },
        "product_reference": "php7-zlib-7.4.33-150200.3.65.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-2756",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-2756"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Due to an incomplete fix to  CVE-2022-31629 https://github.com/advisories/GHSA-c43m-486j-j32p , network and same-site attackers can set a standard insecure cookie in the victim\u0027s browser which is treated as a __Host-  or __Secure-  cookie by PHP applications.  \n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-2756",
          "url": "https://www.suse.com/security/cve/CVE-2024-2756"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1222857 for CVE-2024-2756",
          "url": "https://bugzilla.suse.com/1222857"
        }
      ],
      "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.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-06-17T07:30:42Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-2756"
    },
    {
      "cve": "CVE-2024-3096",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-3096"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP   version 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, 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.\n\n",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-3096",
          "url": "https://www.suse.com/security/cve/CVE-2024-3096"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1222858 for CVE-2024-3096",
          "url": "https://bugzilla.suse.com/1222858"
        }
      ],
      "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.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-06-17T07:30:42Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-3096"
    },
    {
      "cve": "CVE-2024-5458",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5458"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP versions  8.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  (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": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5458",
          "url": "https://www.suse.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226072 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226072"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226073 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226073"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226074 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226074"
        }
      ],
      "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.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Enterprise Storage 7.1:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP2-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP2:php7-zlib-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:apache2-mod_php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bcmath-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-bz2-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-calendar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ctype-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-curl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dba-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-devel-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-dom-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-enchant-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-exif-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fastcgi-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fileinfo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-fpm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ftp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gd-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gettext-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-gmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-iconv-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-intl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-json-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-ldap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mbstring-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-mysql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-odbc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-opcache-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-openssl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pcntl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pdo-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-pgsql-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-phar-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-posix-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-readline-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-shmop-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-snmp-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-soap-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sockets-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sodium-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sqlite-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvmsg-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvsem-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-sysvshm-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tidy-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-tokenizer-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlreader-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlrpc-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xmlwriter-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-xsl-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zip-7.4.33-150200.3.65.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:php7-zlib-7.4.33-150200.3.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-06-17T07:30:42Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5458"
    }
  ]
}
  opensuse-su-2024:14033-1
Vulnerability from csaf_opensuse
Notes
{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "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": "php8-8.3.8-1.1 on GA media",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "These are all security issues fixed in the php8-8.3.8-1.1 package on the GA media of openSUSE Tumbleweed.",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-Tumbleweed-2024-14033",
        "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/opensuse-su-2024_14033-1.json"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-5458 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-5458/"
      }
    ],
    "title": "php8-8.3.8-1.1 on GA media",
    "tracking": {
      "current_release_date": "2024-06-15T00:00:00Z",
      "generator": {
        "date": "2024-06-15T00:00:00Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2024:14033-1",
      "initial_release_date": "2024-06-15T00:00:00Z",
      "revision_history": [
        {
          "date": "2024-06-15T00:00:00Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php8-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-8.3.8-1.1.aarch64",
                  "product_id": "php8-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-bcmath-8.3.8-1.1.aarch64",
                  "product_id": "php8-bcmath-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-bz2-8.3.8-1.1.aarch64",
                  "product_id": "php8-bz2-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-calendar-8.3.8-1.1.aarch64",
                  "product_id": "php8-calendar-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-cli-8.3.8-1.1.aarch64",
                  "product_id": "php8-cli-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-ctype-8.3.8-1.1.aarch64",
                  "product_id": "php8-ctype-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-curl-8.3.8-1.1.aarch64",
                  "product_id": "php8-curl-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-dba-8.3.8-1.1.aarch64",
                  "product_id": "php8-dba-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-devel-8.3.8-1.1.aarch64",
                  "product_id": "php8-devel-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-dom-8.3.8-1.1.aarch64",
                  "product_id": "php8-dom-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-enchant-8.3.8-1.1.aarch64",
                  "product_id": "php8-enchant-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-exif-8.3.8-1.1.aarch64",
                  "product_id": "php8-exif-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ffi-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-ffi-8.3.8-1.1.aarch64",
                  "product_id": "php8-ffi-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-fileinfo-8.3.8-1.1.aarch64",
                  "product_id": "php8-fileinfo-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-ftp-8.3.8-1.1.aarch64",
                  "product_id": "php8-ftp-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-gd-8.3.8-1.1.aarch64",
                  "product_id": "php8-gd-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-gettext-8.3.8-1.1.aarch64",
                  "product_id": "php8-gettext-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-gmp-8.3.8-1.1.aarch64",
                  "product_id": "php8-gmp-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-iconv-8.3.8-1.1.aarch64",
                  "product_id": "php8-iconv-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-intl-8.3.8-1.1.aarch64",
                  "product_id": "php8-intl-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-ldap-8.3.8-1.1.aarch64",
                  "product_id": "php8-ldap-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-mbstring-8.3.8-1.1.aarch64",
                  "product_id": "php8-mbstring-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-mysql-8.3.8-1.1.aarch64",
                  "product_id": "php8-mysql-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-odbc-8.3.8-1.1.aarch64",
                  "product_id": "php8-odbc-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-opcache-8.3.8-1.1.aarch64",
                  "product_id": "php8-opcache-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-openssl-8.3.8-1.1.aarch64",
                  "product_id": "php8-openssl-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-pcntl-8.3.8-1.1.aarch64",
                  "product_id": "php8-pcntl-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-pdo-8.3.8-1.1.aarch64",
                  "product_id": "php8-pdo-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-pgsql-8.3.8-1.1.aarch64",
                  "product_id": "php8-pgsql-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-phar-8.3.8-1.1.aarch64",
                  "product_id": "php8-phar-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-posix-8.3.8-1.1.aarch64",
                  "product_id": "php8-posix-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-readline-8.3.8-1.1.aarch64",
                  "product_id": "php8-readline-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-shmop-8.3.8-1.1.aarch64",
                  "product_id": "php8-shmop-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-snmp-8.3.8-1.1.aarch64",
                  "product_id": "php8-snmp-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-soap-8.3.8-1.1.aarch64",
                  "product_id": "php8-soap-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-sockets-8.3.8-1.1.aarch64",
                  "product_id": "php8-sockets-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-sodium-8.3.8-1.1.aarch64",
                  "product_id": "php8-sodium-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-sqlite-8.3.8-1.1.aarch64",
                  "product_id": "php8-sqlite-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-sysvmsg-8.3.8-1.1.aarch64",
                  "product_id": "php8-sysvmsg-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-sysvsem-8.3.8-1.1.aarch64",
                  "product_id": "php8-sysvsem-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-sysvshm-8.3.8-1.1.aarch64",
                  "product_id": "php8-sysvshm-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-tidy-8.3.8-1.1.aarch64",
                  "product_id": "php8-tidy-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-tokenizer-8.3.8-1.1.aarch64",
                  "product_id": "php8-tokenizer-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-xmlreader-8.3.8-1.1.aarch64",
                  "product_id": "php8-xmlreader-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-xmlwriter-8.3.8-1.1.aarch64",
                  "product_id": "php8-xmlwriter-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-xsl-8.3.8-1.1.aarch64",
                  "product_id": "php8-xsl-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-zip-8.3.8-1.1.aarch64",
                  "product_id": "php8-zip-8.3.8-1.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.3.8-1.1.aarch64",
                "product": {
                  "name": "php8-zlib-8.3.8-1.1.aarch64",
                  "product_id": "php8-zlib-8.3.8-1.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php8-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-8.3.8-1.1.ppc64le",
                  "product_id": "php8-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-bcmath-8.3.8-1.1.ppc64le",
                  "product_id": "php8-bcmath-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-bz2-8.3.8-1.1.ppc64le",
                  "product_id": "php8-bz2-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-calendar-8.3.8-1.1.ppc64le",
                  "product_id": "php8-calendar-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-cli-8.3.8-1.1.ppc64le",
                  "product_id": "php8-cli-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-ctype-8.3.8-1.1.ppc64le",
                  "product_id": "php8-ctype-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-curl-8.3.8-1.1.ppc64le",
                  "product_id": "php8-curl-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-dba-8.3.8-1.1.ppc64le",
                  "product_id": "php8-dba-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-devel-8.3.8-1.1.ppc64le",
                  "product_id": "php8-devel-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-dom-8.3.8-1.1.ppc64le",
                  "product_id": "php8-dom-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-enchant-8.3.8-1.1.ppc64le",
                  "product_id": "php8-enchant-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-exif-8.3.8-1.1.ppc64le",
                  "product_id": "php8-exif-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ffi-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-ffi-8.3.8-1.1.ppc64le",
                  "product_id": "php8-ffi-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-fileinfo-8.3.8-1.1.ppc64le",
                  "product_id": "php8-fileinfo-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-ftp-8.3.8-1.1.ppc64le",
                  "product_id": "php8-ftp-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-gd-8.3.8-1.1.ppc64le",
                  "product_id": "php8-gd-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-gettext-8.3.8-1.1.ppc64le",
                  "product_id": "php8-gettext-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-gmp-8.3.8-1.1.ppc64le",
                  "product_id": "php8-gmp-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-iconv-8.3.8-1.1.ppc64le",
                  "product_id": "php8-iconv-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-intl-8.3.8-1.1.ppc64le",
                  "product_id": "php8-intl-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-ldap-8.3.8-1.1.ppc64le",
                  "product_id": "php8-ldap-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-mbstring-8.3.8-1.1.ppc64le",
                  "product_id": "php8-mbstring-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-mysql-8.3.8-1.1.ppc64le",
                  "product_id": "php8-mysql-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-odbc-8.3.8-1.1.ppc64le",
                  "product_id": "php8-odbc-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-opcache-8.3.8-1.1.ppc64le",
                  "product_id": "php8-opcache-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-openssl-8.3.8-1.1.ppc64le",
                  "product_id": "php8-openssl-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-pcntl-8.3.8-1.1.ppc64le",
                  "product_id": "php8-pcntl-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-pdo-8.3.8-1.1.ppc64le",
                  "product_id": "php8-pdo-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-pgsql-8.3.8-1.1.ppc64le",
                  "product_id": "php8-pgsql-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-phar-8.3.8-1.1.ppc64le",
                  "product_id": "php8-phar-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-posix-8.3.8-1.1.ppc64le",
                  "product_id": "php8-posix-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-readline-8.3.8-1.1.ppc64le",
                  "product_id": "php8-readline-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-shmop-8.3.8-1.1.ppc64le",
                  "product_id": "php8-shmop-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-snmp-8.3.8-1.1.ppc64le",
                  "product_id": "php8-snmp-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-soap-8.3.8-1.1.ppc64le",
                  "product_id": "php8-soap-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-sockets-8.3.8-1.1.ppc64le",
                  "product_id": "php8-sockets-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-sodium-8.3.8-1.1.ppc64le",
                  "product_id": "php8-sodium-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-sqlite-8.3.8-1.1.ppc64le",
                  "product_id": "php8-sqlite-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-sysvmsg-8.3.8-1.1.ppc64le",
                  "product_id": "php8-sysvmsg-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-sysvsem-8.3.8-1.1.ppc64le",
                  "product_id": "php8-sysvsem-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-sysvshm-8.3.8-1.1.ppc64le",
                  "product_id": "php8-sysvshm-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-tidy-8.3.8-1.1.ppc64le",
                  "product_id": "php8-tidy-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-tokenizer-8.3.8-1.1.ppc64le",
                  "product_id": "php8-tokenizer-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-xmlreader-8.3.8-1.1.ppc64le",
                  "product_id": "php8-xmlreader-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-xmlwriter-8.3.8-1.1.ppc64le",
                  "product_id": "php8-xmlwriter-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-xsl-8.3.8-1.1.ppc64le",
                  "product_id": "php8-xsl-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-zip-8.3.8-1.1.ppc64le",
                  "product_id": "php8-zip-8.3.8-1.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.3.8-1.1.ppc64le",
                "product": {
                  "name": "php8-zlib-8.3.8-1.1.ppc64le",
                  "product_id": "php8-zlib-8.3.8-1.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php8-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-8.3.8-1.1.s390x",
                  "product_id": "php8-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-bcmath-8.3.8-1.1.s390x",
                  "product_id": "php8-bcmath-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-bz2-8.3.8-1.1.s390x",
                  "product_id": "php8-bz2-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-calendar-8.3.8-1.1.s390x",
                  "product_id": "php8-calendar-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-cli-8.3.8-1.1.s390x",
                  "product_id": "php8-cli-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-ctype-8.3.8-1.1.s390x",
                  "product_id": "php8-ctype-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-curl-8.3.8-1.1.s390x",
                  "product_id": "php8-curl-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-dba-8.3.8-1.1.s390x",
                  "product_id": "php8-dba-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-devel-8.3.8-1.1.s390x",
                  "product_id": "php8-devel-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-dom-8.3.8-1.1.s390x",
                  "product_id": "php8-dom-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-enchant-8.3.8-1.1.s390x",
                  "product_id": "php8-enchant-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-exif-8.3.8-1.1.s390x",
                  "product_id": "php8-exif-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ffi-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-ffi-8.3.8-1.1.s390x",
                  "product_id": "php8-ffi-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-fileinfo-8.3.8-1.1.s390x",
                  "product_id": "php8-fileinfo-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-ftp-8.3.8-1.1.s390x",
                  "product_id": "php8-ftp-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-gd-8.3.8-1.1.s390x",
                  "product_id": "php8-gd-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-gettext-8.3.8-1.1.s390x",
                  "product_id": "php8-gettext-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-gmp-8.3.8-1.1.s390x",
                  "product_id": "php8-gmp-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-iconv-8.3.8-1.1.s390x",
                  "product_id": "php8-iconv-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-intl-8.3.8-1.1.s390x",
                  "product_id": "php8-intl-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-ldap-8.3.8-1.1.s390x",
                  "product_id": "php8-ldap-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-mbstring-8.3.8-1.1.s390x",
                  "product_id": "php8-mbstring-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-mysql-8.3.8-1.1.s390x",
                  "product_id": "php8-mysql-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-odbc-8.3.8-1.1.s390x",
                  "product_id": "php8-odbc-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-opcache-8.3.8-1.1.s390x",
                  "product_id": "php8-opcache-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-openssl-8.3.8-1.1.s390x",
                  "product_id": "php8-openssl-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-pcntl-8.3.8-1.1.s390x",
                  "product_id": "php8-pcntl-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-pdo-8.3.8-1.1.s390x",
                  "product_id": "php8-pdo-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-pgsql-8.3.8-1.1.s390x",
                  "product_id": "php8-pgsql-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-phar-8.3.8-1.1.s390x",
                  "product_id": "php8-phar-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-posix-8.3.8-1.1.s390x",
                  "product_id": "php8-posix-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-readline-8.3.8-1.1.s390x",
                  "product_id": "php8-readline-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-shmop-8.3.8-1.1.s390x",
                  "product_id": "php8-shmop-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-snmp-8.3.8-1.1.s390x",
                  "product_id": "php8-snmp-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-soap-8.3.8-1.1.s390x",
                  "product_id": "php8-soap-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-sockets-8.3.8-1.1.s390x",
                  "product_id": "php8-sockets-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-sodium-8.3.8-1.1.s390x",
                  "product_id": "php8-sodium-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-sqlite-8.3.8-1.1.s390x",
                  "product_id": "php8-sqlite-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-sysvmsg-8.3.8-1.1.s390x",
                  "product_id": "php8-sysvmsg-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-sysvsem-8.3.8-1.1.s390x",
                  "product_id": "php8-sysvsem-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-sysvshm-8.3.8-1.1.s390x",
                  "product_id": "php8-sysvshm-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-tidy-8.3.8-1.1.s390x",
                  "product_id": "php8-tidy-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-tokenizer-8.3.8-1.1.s390x",
                  "product_id": "php8-tokenizer-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-xmlreader-8.3.8-1.1.s390x",
                  "product_id": "php8-xmlreader-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-xmlwriter-8.3.8-1.1.s390x",
                  "product_id": "php8-xmlwriter-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-xsl-8.3.8-1.1.s390x",
                  "product_id": "php8-xsl-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-zip-8.3.8-1.1.s390x",
                  "product_id": "php8-zip-8.3.8-1.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.3.8-1.1.s390x",
                "product": {
                  "name": "php8-zlib-8.3.8-1.1.s390x",
                  "product_id": "php8-zlib-8.3.8-1.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php8-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-8.3.8-1.1.x86_64",
                  "product_id": "php8-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bcmath-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-bcmath-8.3.8-1.1.x86_64",
                  "product_id": "php8-bcmath-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-bz2-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-bz2-8.3.8-1.1.x86_64",
                  "product_id": "php8-bz2-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-calendar-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-calendar-8.3.8-1.1.x86_64",
                  "product_id": "php8-calendar-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-cli-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-cli-8.3.8-1.1.x86_64",
                  "product_id": "php8-cli-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ctype-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-ctype-8.3.8-1.1.x86_64",
                  "product_id": "php8-ctype-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-curl-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-curl-8.3.8-1.1.x86_64",
                  "product_id": "php8-curl-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dba-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-dba-8.3.8-1.1.x86_64",
                  "product_id": "php8-dba-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-devel-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-devel-8.3.8-1.1.x86_64",
                  "product_id": "php8-devel-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-dom-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-dom-8.3.8-1.1.x86_64",
                  "product_id": "php8-dom-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-enchant-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-enchant-8.3.8-1.1.x86_64",
                  "product_id": "php8-enchant-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-exif-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-exif-8.3.8-1.1.x86_64",
                  "product_id": "php8-exif-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ffi-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-ffi-8.3.8-1.1.x86_64",
                  "product_id": "php8-ffi-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-fileinfo-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-fileinfo-8.3.8-1.1.x86_64",
                  "product_id": "php8-fileinfo-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ftp-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-ftp-8.3.8-1.1.x86_64",
                  "product_id": "php8-ftp-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gd-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-gd-8.3.8-1.1.x86_64",
                  "product_id": "php8-gd-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gettext-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-gettext-8.3.8-1.1.x86_64",
                  "product_id": "php8-gettext-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-gmp-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-gmp-8.3.8-1.1.x86_64",
                  "product_id": "php8-gmp-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-iconv-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-iconv-8.3.8-1.1.x86_64",
                  "product_id": "php8-iconv-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-intl-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-intl-8.3.8-1.1.x86_64",
                  "product_id": "php8-intl-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-ldap-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-ldap-8.3.8-1.1.x86_64",
                  "product_id": "php8-ldap-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mbstring-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-mbstring-8.3.8-1.1.x86_64",
                  "product_id": "php8-mbstring-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-mysql-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-mysql-8.3.8-1.1.x86_64",
                  "product_id": "php8-mysql-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-odbc-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-odbc-8.3.8-1.1.x86_64",
                  "product_id": "php8-odbc-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-opcache-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-opcache-8.3.8-1.1.x86_64",
                  "product_id": "php8-opcache-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-openssl-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-openssl-8.3.8-1.1.x86_64",
                  "product_id": "php8-openssl-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pcntl-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-pcntl-8.3.8-1.1.x86_64",
                  "product_id": "php8-pcntl-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pdo-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-pdo-8.3.8-1.1.x86_64",
                  "product_id": "php8-pdo-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-pgsql-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-pgsql-8.3.8-1.1.x86_64",
                  "product_id": "php8-pgsql-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-phar-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-phar-8.3.8-1.1.x86_64",
                  "product_id": "php8-phar-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-posix-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-posix-8.3.8-1.1.x86_64",
                  "product_id": "php8-posix-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-readline-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-readline-8.3.8-1.1.x86_64",
                  "product_id": "php8-readline-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-shmop-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-shmop-8.3.8-1.1.x86_64",
                  "product_id": "php8-shmop-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-snmp-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-snmp-8.3.8-1.1.x86_64",
                  "product_id": "php8-snmp-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-soap-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-soap-8.3.8-1.1.x86_64",
                  "product_id": "php8-soap-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sockets-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-sockets-8.3.8-1.1.x86_64",
                  "product_id": "php8-sockets-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sodium-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-sodium-8.3.8-1.1.x86_64",
                  "product_id": "php8-sodium-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sqlite-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-sqlite-8.3.8-1.1.x86_64",
                  "product_id": "php8-sqlite-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvmsg-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-sysvmsg-8.3.8-1.1.x86_64",
                  "product_id": "php8-sysvmsg-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvsem-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-sysvsem-8.3.8-1.1.x86_64",
                  "product_id": "php8-sysvsem-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-sysvshm-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-sysvshm-8.3.8-1.1.x86_64",
                  "product_id": "php8-sysvshm-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tidy-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-tidy-8.3.8-1.1.x86_64",
                  "product_id": "php8-tidy-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-tokenizer-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-tokenizer-8.3.8-1.1.x86_64",
                  "product_id": "php8-tokenizer-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlreader-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-xmlreader-8.3.8-1.1.x86_64",
                  "product_id": "php8-xmlreader-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xmlwriter-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-xmlwriter-8.3.8-1.1.x86_64",
                  "product_id": "php8-xmlwriter-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-xsl-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-xsl-8.3.8-1.1.x86_64",
                  "product_id": "php8-xsl-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zip-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-zip-8.3.8-1.1.x86_64",
                  "product_id": "php8-zip-8.3.8-1.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "php8-zlib-8.3.8-1.1.x86_64",
                "product": {
                  "name": "php8-zlib-8.3.8-1.1.x86_64",
                  "product_id": "php8-zlib-8.3.8-1.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "openSUSE Tumbleweed",
                "product": {
                  "name": "openSUSE Tumbleweed",
                  "product_id": "openSUSE Tumbleweed",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:tumbleweed"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-bcmath-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-bcmath-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-bcmath-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bcmath-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-bcmath-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-bz2-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-bz2-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-bz2-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-bz2-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-bz2-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-calendar-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-calendar-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-calendar-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-calendar-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-calendar-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-cli-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-cli-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-cli-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-cli-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-cli-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-ctype-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-ctype-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-ctype-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ctype-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-ctype-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-curl-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-curl-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-curl-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-curl-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-curl-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-dba-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-dba-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-dba-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dba-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-dba-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-devel-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-devel-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-devel-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-devel-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-devel-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-dom-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-dom-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-dom-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-dom-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-dom-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-enchant-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-enchant-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-enchant-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-enchant-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-enchant-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-exif-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-exif-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-exif-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-exif-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-exif-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ffi-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-ffi-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ffi-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-ffi-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ffi-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-ffi-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ffi-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-ffi-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-fileinfo-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-fileinfo-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-fileinfo-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-fileinfo-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-fileinfo-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-ftp-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-ftp-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-ftp-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ftp-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-ftp-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-gd-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-gd-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-gd-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gd-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-gd-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-gettext-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-gettext-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-gettext-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gettext-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-gettext-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-gmp-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-gmp-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-gmp-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-gmp-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-gmp-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-iconv-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-iconv-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-iconv-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-iconv-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-iconv-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-intl-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-intl-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-intl-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-intl-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-intl-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-ldap-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-ldap-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-ldap-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-ldap-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-ldap-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-mbstring-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-mbstring-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-mbstring-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mbstring-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-mbstring-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-mysql-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-mysql-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-mysql-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-mysql-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-mysql-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-odbc-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-odbc-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-odbc-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-odbc-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-odbc-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-opcache-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-opcache-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-opcache-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-opcache-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-opcache-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-openssl-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-openssl-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-openssl-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-openssl-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-openssl-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-pcntl-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-pcntl-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-pcntl-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pcntl-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-pcntl-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-pdo-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-pdo-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-pdo-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pdo-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-pdo-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-pgsql-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-pgsql-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-pgsql-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-pgsql-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-pgsql-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-phar-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-phar-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-phar-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-phar-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-phar-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-posix-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-posix-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-posix-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-posix-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-posix-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-readline-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-readline-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-readline-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-readline-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-readline-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-shmop-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-shmop-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-shmop-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-shmop-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-shmop-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-snmp-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-snmp-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-snmp-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-snmp-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-snmp-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-soap-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-soap-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-soap-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-soap-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-soap-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-sockets-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-sockets-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-sockets-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sockets-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-sockets-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-sodium-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-sodium-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-sodium-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sodium-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-sodium-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-sqlite-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-sqlite-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-sqlite-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sqlite-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-sqlite-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-sysvmsg-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-sysvmsg-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-sysvmsg-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvmsg-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-sysvmsg-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-sysvsem-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-sysvsem-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-sysvsem-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvsem-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-sysvsem-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-sysvshm-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-sysvshm-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-sysvshm-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-sysvshm-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-sysvshm-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-tidy-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-tidy-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-tidy-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tidy-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-tidy-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-tokenizer-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-tokenizer-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-tokenizer-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-tokenizer-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-tokenizer-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-xmlreader-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-xmlreader-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-xmlreader-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlreader-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-xmlreader-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-xmlwriter-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-xmlwriter-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-xmlwriter-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xmlwriter-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-xmlwriter-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-xsl-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-xsl-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-xsl-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-xsl-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-xsl-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-zip-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-zip-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-zip-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zip-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-zip-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.3.8-1.1.aarch64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.aarch64"
        },
        "product_reference": "php8-zlib-8.3.8-1.1.aarch64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.3.8-1.1.ppc64le as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.ppc64le"
        },
        "product_reference": "php8-zlib-8.3.8-1.1.ppc64le",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.3.8-1.1.s390x as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.s390x"
        },
        "product_reference": "php8-zlib-8.3.8-1.1.s390x",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php8-zlib-8.3.8-1.1.x86_64 as component of openSUSE Tumbleweed",
          "product_id": "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.x86_64"
        },
        "product_reference": "php8-zlib-8.3.8-1.1.x86_64",
        "relates_to_product_reference": "openSUSE Tumbleweed"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5458",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-5458"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In PHP versions  8.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  (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": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Tumbleweed:php8-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.x86_64",
          "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.aarch64",
          "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.ppc64le",
          "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.s390x",
          "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-5458",
          "url": "https://www.suse.com/security/cve/CVE-2024-5458"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226072 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226072"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226073 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226073"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1226074 for CVE-2024-5458",
          "url": "https://bugzilla.suse.com/1226074"
        }
      ],
      "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": [
            "openSUSE Tumbleweed:php8-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "openSUSE Tumbleweed:php8-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-bcmath-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-bz2-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-calendar-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-cli-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ctype-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-curl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-dba-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-devel-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-dom-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-enchant-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-exif-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ffi-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-fileinfo-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ftp-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-gd-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-gettext-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-gmp-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-iconv-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-intl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-ldap-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-mbstring-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-mysql-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-odbc-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-opcache-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-openssl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-pcntl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-pdo-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-pgsql-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-phar-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-posix-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-readline-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-shmop-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-snmp-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-soap-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sockets-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sodium-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sqlite-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sysvmsg-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sysvsem-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-sysvshm-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-tidy-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-tokenizer-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-xmlreader-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-xmlwriter-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-xsl-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-zip-8.3.8-1.1.x86_64",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.aarch64",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.ppc64le",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.s390x",
            "openSUSE Tumbleweed:php8-zlib-8.3.8-1.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-06-15T00:00:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2024-5458"
    }
  ]
}
  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:10949
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.2 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: 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:10949",
        "url": "https://access.redhat.com/errata/RHSA-2024:10949"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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-65837",
        "url": "https://issues.redhat.com/browse/RHEL-65837"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10949.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:55:51+00:00",
      "generator": {
        "date": "2025-10-28T01:55:51+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10949",
      "initial_release_date": "2024-12-11T16:16:38+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:16:38+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:16:38+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:55:51+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.5.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-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
                "product": {
                  "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2)",
                  "product_id": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=noarch\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2"
        },
        "product_reference": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  rhsa-2024_10949
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.2 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: 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:10949",
        "url": "https://access.redhat.com/errata/RHSA-2024:10949"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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-65837",
        "url": "https://issues.redhat.com/browse/RHEL-65837"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10949.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.2 security update",
    "tracking": {
      "current_release_date": "2024-12-11T21:37:33+00:00",
      "generator": {
        "date": "2024-12-11T21:37:33+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.3"
        }
      },
      "id": "RHSA-2024:10949",
      "initial_release_date": "2024-12-11T16:16:38+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:16:38+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:16:38+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-12-11T21:37: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.5.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.2:9050020241112094217:9",
                "product": {
                  "name": "php:8.2:9050020241112094217:9",
                  "product_id": "php:8.2:9050020241112094217:9",
                  "product_identification_helper": {
                    "purl": "pkg:rpmmod/redhat/php@8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
                "product": {
                  "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
                  "product_id": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
        },
        "product_reference": "php:8.2:9050020241112094217:9",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch"
        },
        "product_reference": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 as a component of php:8.2:9050020241112094217:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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:16:38+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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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:16:38+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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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:16:38+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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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:16:38+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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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:16:38+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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.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:16:38+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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        }
      ],
      "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-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.2:9050020241112094217:9:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  rhsa-2024:10951
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.2 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: 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:10951",
        "url": "https://access.redhat.com/errata/RHSA-2024:10951"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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-66166",
        "url": "https://issues.redhat.com/browse/RHEL-66166"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10951.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:55:52+00:00",
      "generator": {
        "date": "2025-10-28T01:55:52+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10951",
      "initial_release_date": "2024-12-11T16:19:05+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:19:05+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:19:05+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:55:52+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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                "product": {
                  "name": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2)",
                  "product_id": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                "product": {
                  "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2)",
                  "product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch\u0026epoch=1\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026epoch=1\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045: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.23-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2"
        },
        "product_reference": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2) 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.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2"
        },
        "product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  rhsa-2024_10950
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: 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:10950",
        "url": "https://access.redhat.com/errata/RHSA-2024:10950"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10950.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.1 security update",
    "tracking": {
      "current_release_date": "2024-12-11T21:37:57+00:00",
      "generator": {
        "date": "2024-12-11T21:37:57+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.3"
        }
      },
      "id": "RHSA-2024:10950",
      "initial_release_date": "2024-12-11T16:20:57+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:20:57+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:20:57+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-12-11T21:37:57+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.5.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:9050020241112144108:9",
                "product": {
                  "name": "php:8.1:9050020241112144108:9",
                  "product_id": "php:8.1:9050020241112144108:9",
                  "product_identification_helper": {
                    "purl": "pkg:rpmmod/redhat/php@8.1:9050020241112144108: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.30-1.module+el9.5.0+22481+3e1c6d75.src",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?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.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?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.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?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.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?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.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?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.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
        },
        "product_reference": "php:8.1:9050020241112144108:9",
        "relates_to_product_reference": "AppStream-9.5.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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108: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:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108: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.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 as a component of php:8.1:9050020241112144108:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
          "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        }
      ],
      "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-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x",
            "AppStream-9.5.0.Z.MAIN:php:8.1:9050020241112144108:9:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  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:10949
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.2 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: 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:10949",
        "url": "https://access.redhat.com/errata/RHSA-2024:10949"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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-65837",
        "url": "https://issues.redhat.com/browse/RHEL-65837"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10949.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:55:51+00:00",
      "generator": {
        "date": "2025-10-28T01:55:51+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10949",
      "initial_release_date": "2024-12-11T16:16:38+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:16:38+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:16:38+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:55:51+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.5.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-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=aarch64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=ppc64le\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=s390x\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=x86_64\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
                "product": {
                  "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2)",
                  "product_id": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=noarch\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel9.5.0%2B22477%2B5fdac06d?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel9.4.0%2B20796%2Bbd4564df?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel9.4.0%2B20748%2Bb46899d2?arch=src\u0026rpmmod=php:8.2:9050020241112094217:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2"
        },
        "product_reference": "apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
        ]
      },
      "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:16:38+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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10949"
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.noarch::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-debugsource-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-devel-0:5.1.23-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el9.4.0+20796+bd4564df.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.src::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debuginfo-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-debugsource-0:1.22.3-1.module+el9.4.0+20748+b46899d2.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.aarch64::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.ppc64le::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.s390x::php:8.2",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.2.25-1.module+el9.5.0+22477+5fdac06d.x86_64::php:8.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  RHSA-2024:10950
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: 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:10950",
        "url": "https://access.redhat.com/errata/RHSA-2024:10950"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10950.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.1 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:55:52+00:00",
      "generator": {
        "date": "2025-10-28T01:55:52+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10950",
      "initial_release_date": "2024-12-11T16:20:57+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:20:57+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:20:57+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:55:52+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.5.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:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=src\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "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.5.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.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  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_10951
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.2 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: 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:10951",
        "url": "https://access.redhat.com/errata/RHSA-2024:10951"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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-66166",
        "url": "https://issues.redhat.com/browse/RHEL-66166"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10951.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.2 security update",
    "tracking": {
      "current_release_date": "2024-12-11T21:38:23+00:00",
      "generator": {
        "date": "2024-12-11T21:38:23+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.3"
        }
      },
      "id": "RHSA-2024:10951",
      "initial_release_date": "2024-12-11T16:19:05+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:19:05+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:19:05+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-12-11T21:38:23+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:8.2:8100020241112130045:f7998665",
                "product": {
                  "name": "php:8.2:8100020241112130045:f7998665",
                  "product_id": "php:8.2:8100020241112130045:f7998665",
                  "product_identification_helper": {
                    "purl": "pkg:rpmmod/redhat/php@8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
                "product": {
                  "name": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
                  "product_id": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
                "product": {
                  "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
                  "product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch\u0026epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
                "product": {
                  "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
                  "product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
        },
        "product_reference": "php:8.2:8100020241112130045: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.23-1.module+el8.10.0+20770+a5eca186.noarch as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch"
        },
        "product_reference": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch"
        },
        "product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src"
        },
        "product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 as a component of php:8.2:8100020241112130045:f7998665 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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:8.2:8100020241112130045:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:8.2:8100020241112130045:f7998665",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        }
      ],
      "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:8.2:8100020241112130045:f7998665",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:php:8.2:8100020241112130045:f7998665:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  RHSA-2024:10951
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.2 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: 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:10951",
        "url": "https://access.redhat.com/errata/RHSA-2024:10951"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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-66166",
        "url": "https://issues.redhat.com/browse/RHEL-66166"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10951.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.2 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:55:52+00:00",
      "generator": {
        "date": "2025-10-28T01:55:52+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10951",
      "initial_release_date": "2024-12-11T16:19:05+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:19:05+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:19:05+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:55:52+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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                "product": {
                  "name": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2)",
                  "product_id": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/apcu-panel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                "product": {
                  "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2)",
                  "product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=noarch\u0026epoch=1\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pear@1.10.14-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026epoch=1\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=src\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=aarch64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=ppc64le\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=s390x\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.23-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2)",
                  "product_id": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.2.2-2.module%2Bel8.10.0%2B20798%2B00eaeb41?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                "product": {
                  "name": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2)",
                  "product_id": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.22.3-1.module%2Bel8.10.0%2B20770%2Ba5eca186?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045:f7998665"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                "product": {
                  "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2)",
                  "product_id": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.2.25-1.module%2Bel8.10.0%2B22478%2B9eb07224?arch=x86_64\u0026rpmmod=php:8.2:8100020241112130045: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.23-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2"
        },
        "product_reference": "apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch (php:8.2) 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.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2"
        },
        "product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.23-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.s390x (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
        "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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64 (php:8.2) 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.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2"
        },
        "product_reference": "php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64 (php:8.2) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        },
        "product_reference": "php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        },
        {
          "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
          "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
        ]
      },
      "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:19:05+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:apcu-panel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10951"
        }
      ],
      "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.23-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-debugsource-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-devel-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:libzip-tools-debuginfo-0:1.7.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-common-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-debugsource-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-devel-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.noarch::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pear-1:1.10.14-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debuginfo-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-debugsource-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-apcu-devel-0:5.1.23-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debuginfo-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-xdebug3-debugsource-0:3.2.2-2.module+el8.10.0+20798+00eaeb41.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.src::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debuginfo-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pecl-zip-debugsource-0:1.22.3-1.module+el8.10.0+20770+a5eca186.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-process-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.aarch64::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.ppc64le::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.s390x::php:8.2",
            "AppStream-8.10.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.2.25-1.module+el8.10.0+22478+9eb07224.x86_64::php:8.2"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  rhsa-2024:10950
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: 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:10950",
        "url": "https://access.redhat.com/errata/RHSA-2024:10950"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_10950.json"
      }
    ],
    "title": "Red Hat Security Advisory: php:8.1 security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:55:52+00:00",
      "generator": {
        "date": "2025-10-28T01:55:52+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2024:10950",
      "initial_release_date": "2024-12-11T16:20:57+00:00",
      "revision_history": [
        {
          "date": "2024-12-11T16:20:57+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-12-11T16:20:57+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:55:52+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.5.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:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=src\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=aarch64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=ppc64le\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=s390x\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108: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:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                "product": {
                  "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1)",
                  "product_id": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.30-1.module%2Bel9.5.0%2B22481%2B3e1c6d75?arch=x86_64\u0026rpmmod=php:8.1:9050020241112144108:9"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "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.5.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.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64 (php:8.1) as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        },
        "product_reference": "php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
        "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        },
        {
          "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.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.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
          "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
          "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
        ]
      },
      "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: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",
          "product_ids": [
            "AppStream-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:10950"
        }
      ],
      "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-9.5.0.Z.MAIN:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.src::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-bcmath-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-cli-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-common-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dba-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-dbg-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-debugsource-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-devel-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-embedded-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-enchant-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ffi-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-fpm-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-gmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-intl-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-ldap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mbstring-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-mysqlnd-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-odbc-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-opcache-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pdo-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src::php:8.1",
            "AppStream-9.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-pgsql-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-process-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-snmp-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-soap-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.aarch64::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.ppc64le::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.s390x::php:8.1",
            "AppStream-9.5.0.Z.MAIN:php-xml-debuginfo-0:8.1.30-1.module+el9.5.0+22481+3e1c6d75.x86_64::php:8.1"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    }
  ]
}
  rhsa-2025:7315
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 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 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: 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\n* php: Leak partial content of the heap through heap buffer over-read in mysqlnd (CVE-2024-8929)\n\n* php: Single byte overread with convert.quoted-printable-decode filter (CVE-2024-11233)\n\n* php: Configuring a proxy in a stream context might allow for CRLF injection in URIs (CVE-2024-11234)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2025:7315",
        "url": "https://access.redhat.com/errata/RHSA-2025:7315"
      },
      {
        "category": "external",
        "summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index",
        "url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "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": "2327960",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327960"
      },
      {
        "category": "external",
        "summary": "2328521",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2328521"
      },
      {
        "category": "external",
        "summary": "2328523",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2328523"
      },
      {
        "category": "external",
        "summary": "RHEL-71275",
        "url": "https://issues.redhat.com/browse/RHEL-71275"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7315.json"
      }
    ],
    "title": "Red Hat Security Advisory: php security update",
    "tracking": {
      "current_release_date": "2025-10-28T01:56:07+00:00",
      "generator": {
        "date": "2025-10-28T01:56:07+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.6.10"
        }
      },
      "id": "RHSA-2025:7315",
      "initial_release_date": "2025-05-13T08:42:27+00:00",
      "revision_history": [
        {
          "date": "2025-05-13T08:42:27+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-05-13T08:42:27+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2025-10-28T01:56:07+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.6.0.GA",
                  "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-2.el9.src",
                "product": {
                  "name": "php-0:8.0.30-2.el9.src",
                  "product_id": "php-0:8.0.30-2.el9.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-2.el9?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-bcmath-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-bcmath-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-cli-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-cli-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-common-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-common-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-dba-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-dba-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-dbg-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-dbg-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-devel-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-devel-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-embedded-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-embedded-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-enchant-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-enchant-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-ffi-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-ffi-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-fpm-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-fpm-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-gd-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-gd-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-gmp-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-gmp-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-intl-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-intl-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-ldap-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-ldap-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-mbstring-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-mbstring-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-mysqlnd-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-odbc-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-odbc-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-opcache-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-opcache-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-pdo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-pdo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-pgsql-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-pgsql-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-process-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-process-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-snmp-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-snmp-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-soap-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-soap-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-xml-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-xml-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-debugsource-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-debugsource-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-common-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-process-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_id": "php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-2.el9?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-bcmath-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-bcmath-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-cli-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-cli-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-common-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-common-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-dba-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-dba-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-dbg-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-dbg-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-devel-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-devel-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-embedded-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-embedded-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-enchant-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-enchant-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-ffi-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-ffi-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-fpm-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-fpm-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-gd-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-gd-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-gmp-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-gmp-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-intl-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-intl-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-ldap-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-ldap-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-mbstring-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-mbstring-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-mysqlnd-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-odbc-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-odbc-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-opcache-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-opcache-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-pdo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-pdo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-pgsql-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-pgsql-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-process-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-process-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-snmp-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-snmp-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-soap-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-soap-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-xml-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-xml-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-debugsource-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-debugsource-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_id": "php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-2.el9?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-bcmath-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-bcmath-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-cli-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-cli-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-common-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-common-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-dba-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-dba-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-dbg-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-dbg-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-devel-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-devel-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-embedded-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-embedded-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-enchant-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-enchant-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-ffi-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-ffi-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-fpm-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-fpm-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-gd-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-gd-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-gmp-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-gmp-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-intl-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-intl-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-ldap-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-ldap-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-mbstring-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-mbstring-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-mysqlnd-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-odbc-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-odbc-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-opcache-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-opcache-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-pdo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-pdo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-pgsql-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-pgsql-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-process-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-process-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-snmp-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-snmp-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-soap-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-soap-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-xml-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-xml-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-debugsource-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-debugsource-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-common-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-process-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-2.el9.x86_64",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_id": "php-xml-debuginfo-0:8.0.30-2.el9.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-2.el9?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "php-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-0:8.0.30-2.el9.s390x",
                  "product_id": "php-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-bcmath-0:8.0.30-2.el9.s390x",
                  "product_id": "php-bcmath-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-cli-0:8.0.30-2.el9.s390x",
                  "product_id": "php-cli-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-common-0:8.0.30-2.el9.s390x",
                  "product_id": "php-common-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-dba-0:8.0.30-2.el9.s390x",
                  "product_id": "php-dba-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-dbg-0:8.0.30-2.el9.s390x",
                  "product_id": "php-dbg-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-devel-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-devel-0:8.0.30-2.el9.s390x",
                  "product_id": "php-devel-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-devel@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-embedded-0:8.0.30-2.el9.s390x",
                  "product_id": "php-embedded-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-enchant-0:8.0.30-2.el9.s390x",
                  "product_id": "php-enchant-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-ffi-0:8.0.30-2.el9.s390x",
                  "product_id": "php-ffi-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-fpm-0:8.0.30-2.el9.s390x",
                  "product_id": "php-fpm-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-gd-0:8.0.30-2.el9.s390x",
                  "product_id": "php-gd-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-gmp-0:8.0.30-2.el9.s390x",
                  "product_id": "php-gmp-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-intl-0:8.0.30-2.el9.s390x",
                  "product_id": "php-intl-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-ldap-0:8.0.30-2.el9.s390x",
                  "product_id": "php-ldap-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-mbstring-0:8.0.30-2.el9.s390x",
                  "product_id": "php-mbstring-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-mysqlnd-0:8.0.30-2.el9.s390x",
                  "product_id": "php-mysqlnd-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-odbc-0:8.0.30-2.el9.s390x",
                  "product_id": "php-odbc-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-opcache-0:8.0.30-2.el9.s390x",
                  "product_id": "php-opcache-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-pdo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-pdo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-pgsql-0:8.0.30-2.el9.s390x",
                  "product_id": "php-pgsql-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-process-0:8.0.30-2.el9.s390x",
                  "product_id": "php-process-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-snmp-0:8.0.30-2.el9.s390x",
                  "product_id": "php-snmp-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-soap-0:8.0.30-2.el9.s390x",
                  "product_id": "php-soap-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-xml-0:8.0.30-2.el9.s390x",
                  "product_id": "php-xml-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debugsource-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-debugsource-0:8.0.30-2.el9.s390x",
                  "product_id": "php-debugsource-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-cli-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-cli-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-cli-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-common-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-common-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-common-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dba-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-dba-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-dba-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gd-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-gd-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-gd-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-intl-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-intl-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-intl-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-process-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-process-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-process-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-soap-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-soap-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-soap-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-2.el9?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "php-xml-debuginfo-0:8.0.30-2.el9.s390x",
                "product": {
                  "name": "php-xml-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_id": "php-xml-debuginfo-0:8.0.30-2.el9.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-2.el9?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-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src"
        },
        "product_reference": "php-0:8.0.30-2.el9.src",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-bcmath-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-bcmath-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-bcmath-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-bcmath-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-cli-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-cli-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-cli-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-cli-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-cli-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-common-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-common-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-common-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-common-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-common-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-common-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-dba-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-dba-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-dba-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-dba-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dba-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-dbg-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-dbg-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-dbg-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-dbg-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-dbg-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-debugsource-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-debugsource-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-debugsource-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-debugsource-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-debugsource-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-devel-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-devel-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-devel-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-devel-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-devel-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-embedded-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-embedded-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-embedded-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-embedded-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-embedded-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-enchant-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-enchant-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-enchant-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-enchant-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-enchant-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-ffi-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-ffi-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-ffi-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-ffi-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ffi-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-fpm-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-fpm-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-fpm-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-fpm-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-fpm-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-gd-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-gd-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-gd-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-gd-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gd-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-gmp-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-gmp-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-gmp-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-gmp-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-gmp-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-intl-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-intl-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-intl-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-intl-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-intl-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-ldap-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-ldap-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-ldap-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-ldap-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-ldap-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-mbstring-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-mbstring-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-mbstring-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-mbstring-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-mysqlnd-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-odbc-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-odbc-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-odbc-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-odbc-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-odbc-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-opcache-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-opcache-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-opcache-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-opcache-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-opcache-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-pdo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-pdo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-pdo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-pdo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pdo-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-pgsql-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-pgsql-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-pgsql-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-pgsql-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-process-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-process-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-process-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-process-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-process-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-process-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-snmp-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-snmp-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-snmp-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-snmp-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-snmp-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-soap-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-soap-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-soap-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-soap-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-soap-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-xml-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-xml-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-xml-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-xml-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-2.el9.s390x",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "php-xml-debuginfo-0:8.0.30-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
        },
        "product_reference": "php-xml-debuginfo-0:8.0.30-2.el9.x86_64",
        "relates_to_product_reference": "AppStream-9.6.0.GA"
      }
    ]
  },
  "vulnerabilities": [
    {
      "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        },
        {
          "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        },
        {
          "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        },
        {
          "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        },
        {
          "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        },
        {
          "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: cgi.force_redirect configuration is bypassable due to the environment variable collision"
    },
    {
      "cve": "CVE-2024-8929",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2024-11-22T07:00:39.285381+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2327960"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the PHP MySQL client library. This vulnerability allows a hostile MySQL server to disclose the content of the client\u0027s heap, potentially exposing data from other SQL requests and other users of the same server via malicious server interactions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Leak partial content of the heap through heap buffer over-read in mysqlnd",
          "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.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-8929"
        },
        {
          "category": "external",
          "summary": "RHBZ#2327960",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327960"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8929",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-8929"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8929",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8929"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-h35g-vwh6-m678",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-h35g-vwh6-m678"
        }
      ],
      "release_date": "2024-11-22T06:15:29.643000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        },
        {
          "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Leak partial content of the heap through heap buffer over-read in mysqlnd"
    },
    {
      "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.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": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        }
      ],
      "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "php: PHP-FPM Log Manipulation Vulnerability"
    },
    {
      "cve": "CVE-2024-11233",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "discovery_date": "2024-11-24T02:00:37.235693+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2328521"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A memory-related vulnerability was found in PHP\u2019s filter handling system, particularly when processing input with convert.quoted-printable-decode filters. This issue can lead to a segmentation fault. This vulnerability is triggered through specific sequences of input data, causing PHP to crash. When exploited, it allows an attacker to extract a single byte of data from the heap or cause a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Single byte overread with convert.quoted-printable-decode filter",
          "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.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-11233"
        },
        {
          "category": "external",
          "summary": "RHBZ#2328521",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2328521"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-11233",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-11233"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11233",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11233"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-r977-prxv-hc43",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-r977-prxv-hc43"
        }
      ],
      "release_date": "2024-11-24T01:08:28.663000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Single byte overread with convert.quoted-printable-decode filter"
    },
    {
      "cve": "CVE-2024-11234",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-11-24T02:00:44.802915+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2328523"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in PHP. In affected versions of PHP, when using streams with configured proxy and \"request_fulluri\" option, the URI is not properly sanitized, which can lead to HTTP request smuggling and allow the attacker to use the proxy to perform arbitrary HTTP requests originating from the server, thus potentially gaining access to resources not usually available to the external user.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "php: Configuring a proxy in a stream context might allow for CRLF injection in URIs",
          "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.6.0.GA:php-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
          "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
          "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-11234"
        },
        {
          "category": "external",
          "summary": "RHBZ#2328523",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2328523"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-11234",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-11234"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11234",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11234"
        },
        {
          "category": "external",
          "summary": "https://github.com/php/php-src/security/advisories/GHSA-c5f2-jwm7-mmq2",
          "url": "https://github.com/php/php-src/security/advisories/GHSA-c5f2-jwm7-mmq2"
        }
      ],
      "release_date": "2024-11-24T00:57:39.349000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-05-13T08:42:27+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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:7315"
        }
      ],
      "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-9.6.0.GA:php-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.src",
            "AppStream-9.6.0.GA:php-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-bcmath-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-cli-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-common-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dba-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-dbg-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-debugsource-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-devel-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-embedded-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-enchant-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ffi-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-fpm-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-gmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-intl-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-ldap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mbstring-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-mysqlnd-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-odbc-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-opcache-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pdo-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-pgsql-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-process-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-snmp-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-soap-debuginfo-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-0:8.0.30-2.el9.x86_64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.aarch64",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.ppc64le",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.s390x",
            "AppStream-9.6.0.GA:php-xml-debuginfo-0:8.0.30-2.el9.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "php: Configuring a proxy in a stream context might allow for CRLF injection in URIs"
    }
  ]
}
  ncsc-2024-0243
Vulnerability from csaf_ncscnl
Notes
{
  "document": {
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "tlp": {
        "label": "WHITE"
      }
    },
    "lang": "nl",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n    NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n    NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n    This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
      },
      {
        "category": "description",
        "text": "Er zijn kwetsbaarheden verholpen in PHP.",
        "title": "Feiten"
      },
      {
        "category": "description",
        "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om willekeurige code uit te voeren met rechten van de applicatie.\n\nDe kwetsbaarheid met kenmerk CVE-2024-4577 is feitelijk een herintreding van de kwetsbaarheid met kenmerk CVE-2012-1823. Deze kwetsbaarheid maakt het mogelijk om willekeurige code uit te voeren met rechten van de applicatie middels Command Injection.",
        "title": "Interpretaties"
      },
      {
        "category": "description",
        "text": "De ontwikkelaars van PHP hebben updates uitgebracht om de kwetsbaarheden te verhelpen in PHP 8.3.8, 8.2.20 en 8.1.29. Zie bijgevoegde referenties voor meer informatie.",
        "title": "Oplossingen"
      },
      {
        "category": "general",
        "text": "medium",
        "title": "Kans"
      },
      {
        "category": "general",
        "text": "high",
        "title": "Schade"
      },
      {
        "category": "general",
        "text": "Improper Encoding or Escaping of Output",
        "title": "CWE-116"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
        "title": "CWE-77"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
        "title": "CWE-78"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
        "title": "CWE-88"
      }
    ],
    "publisher": {
      "category": "coordinator",
      "contact_details": "cert@ncsc.nl",
      "name": "Nationaal Cyber Security Centrum",
      "namespace": "https://www.ncsc.nl/"
    },
    "references": [
      {
        "category": "external",
        "summary": "Source - nvd",
        "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4577"
      },
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; nvd",
        "url": "https://www.php.net/ChangeLog-8.php#8.1.29"
      },
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; nvd",
        "url": "https://www.php.net/ChangeLog-8.php#8.2.20"
      },
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; nvd",
        "url": "https://www.php.net/ChangeLog-8.php#8.3.8"
      }
    ],
    "title": "Kwetsbaarheden verholpen in PHP",
    "tracking": {
      "current_release_date": "2024-06-10T07:02:05.106950Z",
      "id": "NCSC-2024-0243",
      "initial_release_date": "2024-06-10T07:02:05.106950Z",
      "revision_history": [
        {
          "date": "2024-06-10T07:02:05.106950Z",
          "number": "0",
          "summary": "Initiele versie"
        }
      ],
      "status": "final",
      "version": "1.0.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1464383",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php_group:php:8.1._:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1464384",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php_group:php:8.2._:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1464385",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php_group:php:8.3._:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "php_group"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-220483",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908831",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200801",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908838",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.11:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200789",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.12:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200773",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.13:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200776",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200785",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-895265",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.16:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908839",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.17:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908840",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.18:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908841",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.19:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908832",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908842",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.20:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908843",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.21:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908844",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.22:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908845",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.23:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908846",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908847",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.25:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908848",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.26:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908849",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.27:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473449",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.28:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908833",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908834",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908835",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908836",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908837",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.7:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200763",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.8:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200792",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-294412",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908850",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908858",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908859",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.11:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908860",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.12:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908861",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.13:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908862",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908863",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908864",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.16:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908865",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.17:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473450",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.18:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473451",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.19:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908851",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-895277",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908852",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908853",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908854",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908855",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.7:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908856",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.8:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908857",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908826",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908827",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908828",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908829",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908830",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473452",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473453",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473454",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.7:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "php"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-1874",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
          "title": "CWE-77"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-1874",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.4,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-1874"
    },
    {
      "cve": "CVE-2024-4577",
      "cwe": {
        "id": "CWE-88",
        "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
          "title": "CWE-88"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4577",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-4577"
    },
    {
      "cve": "CVE-2024-5458",
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5458",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-5458"
    },
    {
      "cve": "CVE-2024-5585",
      "cwe": {
        "id": "CWE-116",
        "name": "Improper Encoding or Escaping of Output"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5585",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-5585"
    }
  ]
}
  NCSC-2024-0411
Vulnerability from csaf_ncscnl
Notes
{
  "document": {
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "tlp": {
        "label": "WHITE"
      }
    },
    "lang": "nl",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n    NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n    NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n    This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
      },
      {
        "category": "description",
        "text": "Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.",
        "title": "Feiten"
      },
      {
        "category": "description",
        "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van data\n- Toegang tot gevoelige gegevens",
        "title": "Interpretaties"
      },
      {
        "category": "description",
        "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
        "title": "Oplossingen"
      },
      {
        "category": "general",
        "text": "medium",
        "title": "Kans"
      },
      {
        "category": "general",
        "text": "high",
        "title": "Schade"
      },
      {
        "category": "general",
        "text": "Improper Handling of Length Parameter Inconsistency",
        "title": "CWE-130"
      },
      {
        "category": "general",
        "text": "Observable Timing Discrepancy",
        "title": "CWE-208"
      },
      {
        "category": "general",
        "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
        "title": "CWE-776"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
        "title": "CWE-88"
      },
      {
        "category": "general",
        "text": "Improper Handling of Exceptional Conditions",
        "title": "CWE-755"
      },
      {
        "category": "general",
        "text": "Excessive Iteration",
        "title": "CWE-834"
      },
      {
        "category": "general",
        "text": "Inefficient Algorithmic Complexity",
        "title": "CWE-407"
      },
      {
        "category": "general",
        "text": "Improper Handling of Case Sensitivity",
        "title": "CWE-178"
      },
      {
        "category": "general",
        "text": "Incorrect Permission Assignment for Critical Resource",
        "title": "CWE-732"
      },
      {
        "category": "general",
        "text": "Double Free",
        "title": "CWE-415"
      },
      {
        "category": "general",
        "text": "Missing Encryption of Sensitive Data",
        "title": "CWE-311"
      },
      {
        "category": "general",
        "text": "Uncontrolled Search Path Element",
        "title": "CWE-427"
      },
      {
        "category": "general",
        "text": "Encoding Error",
        "title": "CWE-172"
      },
      {
        "category": "general",
        "text": "Integer Overflow to Buffer Overflow",
        "title": "CWE-680"
      },
      {
        "category": "general",
        "text": "Untrusted Search Path",
        "title": "CWE-426"
      },
      {
        "category": "general",
        "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
        "title": "CWE-843"
      },
      {
        "category": "general",
        "text": "Improper Encoding or Escaping of Output",
        "title": "CWE-116"
      },
      {
        "category": "general",
        "text": "Insufficient Verification of Data Authenticity",
        "title": "CWE-345"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
        "title": "CWE-77"
      },
      {
        "category": "general",
        "text": "Observable Discrepancy",
        "title": "CWE-203"
      },
      {
        "category": "general",
        "text": "Integer Overflow or Wraparound",
        "title": "CWE-190"
      },
      {
        "category": "general",
        "text": "Files or Directories Accessible to External Parties",
        "title": "CWE-552"
      },
      {
        "category": "general",
        "text": "Authorization Bypass Through User-Controlled Key",
        "title": "CWE-639"
      },
      {
        "category": "general",
        "text": "Out-of-bounds Read",
        "title": "CWE-125"
      },
      {
        "category": "general",
        "text": "Improper Resource Shutdown or Release",
        "title": "CWE-404"
      },
      {
        "category": "general",
        "text": "CWE-275",
        "title": "CWE-275"
      },
      {
        "category": "general",
        "text": "Improper Access Control",
        "title": "CWE-284"
      },
      {
        "category": "general",
        "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
        "title": "CWE-119"
      },
      {
        "category": "general",
        "text": "Inefficient Regular Expression Complexity",
        "title": "CWE-1333"
      },
      {
        "category": "general",
        "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
        "title": "CWE-1321"
      },
      {
        "category": "general",
        "text": "Use After Free",
        "title": "CWE-416"
      },
      {
        "category": "general",
        "text": "Missing Release of Memory after Effective Lifetime",
        "title": "CWE-401"
      },
      {
        "category": "general",
        "text": "NULL Pointer Dereference",
        "title": "CWE-476"
      },
      {
        "category": "general",
        "text": "Improper Certificate Validation",
        "title": "CWE-295"
      },
      {
        "category": "general",
        "text": "Exposure of Resource to Wrong Sphere",
        "title": "CWE-668"
      },
      {
        "category": "general",
        "text": "Inclusion of Functionality from Untrusted Control Sphere",
        "title": "CWE-829"
      },
      {
        "category": "general",
        "text": "Use of a Broken or Risky Cryptographic Algorithm",
        "title": "CWE-327"
      },
      {
        "category": "general",
        "text": "Uncontrolled Resource Consumption",
        "title": "CWE-400"
      },
      {
        "category": "general",
        "text": "Allocation of Resources Without Limits or Throttling",
        "title": "CWE-770"
      },
      {
        "category": "general",
        "text": "Deserialization of Untrusted Data",
        "title": "CWE-502"
      },
      {
        "category": "general",
        "text": "Server-Side Request Forgery (SSRF)",
        "title": "CWE-918"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
        "title": "CWE-78"
      },
      {
        "category": "general",
        "text": "Out-of-bounds Write",
        "title": "CWE-787"
      },
      {
        "category": "general",
        "text": "Exposure of Sensitive Information to an Unauthorized Actor",
        "title": "CWE-200"
      },
      {
        "category": "general",
        "text": "Heap-based Buffer Overflow",
        "title": "CWE-122"
      },
      {
        "category": "general",
        "text": "Stack-based Buffer Overflow",
        "title": "CWE-121"
      },
      {
        "category": "general",
        "text": "Incorrect Conversion between Numeric Types",
        "title": "CWE-681"
      },
      {
        "category": "general",
        "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
        "title": "CWE-835"
      },
      {
        "category": "general",
        "text": "Improper Privilege Management",
        "title": "CWE-269"
      },
      {
        "category": "general",
        "text": "Improper Input Validation",
        "title": "CWE-20"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Alternate XSS Syntax",
        "title": "CWE-87"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
        "title": "CWE-79"
      },
      {
        "category": "general",
        "text": "CWE-18",
        "title": "CWE-18"
      },
      {
        "category": "general",
        "text": "Covert Timing Channel",
        "title": "CWE-385"
      },
      {
        "category": "general",
        "text": "Unchecked Input for Loop Condition",
        "title": "CWE-606"
      },
      {
        "category": "general",
        "text": "Integer Coercion Error",
        "title": "CWE-192"
      },
      {
        "category": "general",
        "text": "Detection of Error Condition Without Action",
        "title": "CWE-390"
      },
      {
        "category": "general",
        "text": "Improperly Controlled Sequential Memory Allocation",
        "title": "CWE-1325"
      },
      {
        "category": "general",
        "text": "Truncation of Security-relevant Information",
        "title": "CWE-222"
      },
      {
        "category": "general",
        "text": "Incorrect Calculation of Buffer Size",
        "title": "CWE-131"
      },
      {
        "category": "general",
        "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)",
        "title": "CWE-59"
      },
      {
        "category": "general",
        "text": "Missing Critical Step in Authentication",
        "title": "CWE-304"
      }
    ],
    "publisher": {
      "category": "coordinator",
      "contact_details": "cert@ncsc.nl",
      "name": "Nationaal Cyber Security Centrum",
      "namespace": "https://www.ncsc.nl/"
    },
    "references": [
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat",
        "url": "https://www.oracle.com/security-alerts/cpuoct2024.html"
      }
    ],
    "title": "Kwetsbaarheden verholpen in Oracle Database producten",
    "tracking": {
      "current_release_date": "2024-10-17T13:15:19.595269Z",
      "id": "NCSC-2024-0411",
      "initial_release_date": "2024-10-17T13:15:19.595269Z",
      "revision_history": [
        {
          "date": "2024-10-17T13:15:19.595269Z",
          "number": "0",
          "summary": "Initiele versie"
        }
      ],
      "status": "final",
      "version": "1.0.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "database_-_grid",
            "product": {
              "name": "database_-_grid",
              "product_id": "CSAFPID-1673504",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_grid:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_grid",
            "product": {
              "name": "database_-_grid",
              "product_id": "CSAFPID-1673506",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_grid:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_core",
            "product": {
              "name": "database_-_core",
              "product_id": "CSAFPID-1673386",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_core",
            "product": {
              "name": "database_-_core",
              "product_id": "CSAFPID-1673385",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_core",
            "product": {
              "name": "database_-_core",
              "product_id": "CSAFPID-1673442",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_security",
            "product": {
              "name": "database_-_security",
              "product_id": "CSAFPID-1673507",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_security",
            "product": {
              "name": "database_-_security",
              "product_id": "CSAFPID-1673509",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_security",
            "product": {
              "name": "database_-_security",
              "product_id": "CSAFPID-1673508",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph_mapviewer",
            "product": {
              "name": "spatial_and_graph_mapviewer",
              "product_id": "CSAFPID-912561",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-764250",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-1673511",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-1673512",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-816800",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-1673529",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "fleet_patching_and_provisioning_-_micronaut",
            "product": {
              "name": "fleet_patching_and_provisioning_-_micronaut",
              "product_id": "CSAFPID-1673492",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning_-_micronaut:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "fleet_patching_and_provisioning",
            "product": {
              "name": "fleet_patching_and_provisioning",
              "product_id": "CSAFPID-1503603",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_xml_database",
            "product": {
              "name": "database_-_xml_database",
              "product_id": "CSAFPID-1673445",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_xml_database:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_xml_database",
            "product": {
              "name": "database_-_xml_database",
              "product_id": "CSAFPID-1673443",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_xml_database:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_xml_database",
            "product": {
              "name": "database_-_xml_database",
              "product_id": "CSAFPID-1673444",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_xml_database:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_java_vm",
            "product": {
              "name": "database_-_java_vm",
              "product_id": "CSAFPID-1673451",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_java_vm:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_java_vm",
            "product": {
              "name": "database_-_java_vm",
              "product_id": "CSAFPID-1673450",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_java_vm:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_java_vm",
            "product": {
              "name": "database_-_java_vm",
              "product_id": "CSAFPID-1673452",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_java_vm:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-816798",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-816799",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-1673525",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912046",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-1503299",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816855",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816361",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912045",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-1503302",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912044",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-1503306",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816852",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912600",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816853",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912601",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816854",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sqlcl",
            "product": {
              "name": "sqlcl",
              "product_id": "CSAFPID-816801",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sqlcl",
            "product": {
              "name": "sqlcl",
              "product_id": "CSAFPID-1673405",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sqlcl:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express_administration",
            "product": {
              "name": "application_express_administration",
              "product_id": "CSAFPID-764731",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express_customers_plugin",
            "product": {
              "name": "application_express_customers_plugin",
              "product_id": "CSAFPID-764732",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express_team_calendar_plugin",
            "product": {
              "name": "application_express_team_calendar_plugin",
              "product_id": "CSAFPID-764733",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-266119",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-1673510",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-1503575",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-1673188",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-765238",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:19c:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-765239",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:21c:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "blockchain_platform",
            "product": {
              "name": "blockchain_platform",
              "product_id": "CSAFPID-764779",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "blockchain_platform",
            "product": {
              "name": "blockchain_platform",
              "product_id": "CSAFPID-89587",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-765259",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:_security_and_provisioning___21.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-187448",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-94075",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-220886",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-611394",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-816317",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-912567",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-1503612",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-1673479",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_essbase",
            "product": {
              "name": "oracle_essbase",
              "product_id": "CSAFPID-1650506",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_essbase:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-816845",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-1650825",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.18:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-1673404",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-1650831",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3-21.14.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data",
            "product": {
              "name": "goldengate_big_data",
              "product_id": "CSAFPID-764274",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-764752",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-1673384",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-220192",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-220193",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.7:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_studio",
            "product": {
              "name": "goldengate_studio",
              "product_id": "CSAFPID-816846",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_studio",
            "product": {
              "name": "goldengate_studio",
              "product_id": "CSAFPID-611390",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_studio",
            "product": {
              "name": "goldengate_studio",
              "product_id": "CSAFPID-764803",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_veridata",
            "product": {
              "name": "goldengate_veridata",
              "product_id": "CSAFPID-764275",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-342816",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1650767",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0-19.23.0.0.240716:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-485902",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1503736",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19.23.0.0.240716:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-219912",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1503739",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:21.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1650765",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1503738",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:21.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_goldengate_stream_analytics",
            "product": {
              "name": "oracle_goldengate_stream_analytics",
              "product_id": "CSAFPID-1650515",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "management_pack_for__goldengate",
            "product": {
              "name": "management_pack_for__goldengate",
              "product_id": "CSAFPID-764861",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "management_pack_for__goldengate",
            "product": {
              "name": "management_pack_for__goldengate",
              "product_id": "CSAFPID-1503640",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_goldengate_studio",
            "product": {
              "name": "oracle_goldengate_studio",
              "product_id": "CSAFPID-1650835",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_goldengate",
            "product": {
              "name": "oracle_goldengate",
              "product_id": "CSAFPID-1650575",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_goldengate:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764813",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1503661",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1503663",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673497",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764764",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764765",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673491",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.40:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764766",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673495",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.71:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764767",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673493",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.45:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673489",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:23.3.33:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673488",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:24.1.17:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650757",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650758",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650761",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650760",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650759",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_nosql_database",
            "product": {
              "name": "oracle_nosql_database",
              "product_id": "CSAFPID-1650584",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_secure_backup",
            "product": {
              "name": "oracle_secure_backup",
              "product_id": "CSAFPID-1650563",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_secure_backup:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-667692",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-345049",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-611417",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-1673422",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_sql_developer",
            "product": {
              "name": "oracle_sql_developer",
              "product_id": "CSAFPID-1650638",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_sql_developer:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-764822",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-220643",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-816870",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-816871",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-1673397",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "oracle"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "oracle_application_express",
            "product": {
              "name": "oracle_application_express",
              "product_id": "CSAFPID-1673144",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle_corporation:oracle_application_express:24.1:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "oracle_corporation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2022-1471",
      "cwe": {
        "id": "CWE-502",
        "name": "Deserialization of Untrusted Data"
      },
      "notes": [
        {
          "category": "other",
          "text": "Deserialization of Untrusted Data",
          "title": "CWE-502"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-220886",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764822",
          "CSAFPID-1650515",
          "CSAFPID-1650638",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-89587",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-1471",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1471.json"
        }
      ],
      "title": "CVE-2022-1471"
    },
    {
      "cve": "CVE-2022-34169",
      "cwe": {
        "id": "CWE-192",
        "name": "Integer Coercion Error"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Coercion Error",
          "title": "CWE-192"
        },
        {
          "category": "other",
          "text": "Incorrect Conversion between Numeric Types",
          "title": "CWE-681"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-342816",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-764752",
          "CSAFPID-764275",
          "CSAFPID-764861",
          "CSAFPID-266119",
          "CSAFPID-187448",
          "CSAFPID-219912",
          "CSAFPID-765238",
          "CSAFPID-765239",
          "CSAFPID-765259",
          "CSAFPID-667692",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-764250",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-1673384",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-34169",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764779",
            "CSAFPID-94075",
            "CSAFPID-342816",
            "CSAFPID-764803",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-764752",
            "CSAFPID-764275",
            "CSAFPID-764861",
            "CSAFPID-266119",
            "CSAFPID-187448",
            "CSAFPID-219912",
            "CSAFPID-765238",
            "CSAFPID-765239",
            "CSAFPID-765259",
            "CSAFPID-667692",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-764250",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816361",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-1673384",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-912046",
            "CSAFPID-912045",
            "CSAFPID-912044",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2022-34169"
    },
    {
      "cve": "CVE-2022-36033",
      "cwe": {
        "id": "CWE-87",
        "name": "Improper Neutralization of Alternate XSS Syntax"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Alternate XSS Syntax",
          "title": "CWE-87"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-220886",
          "CSAFPID-94075",
          "CSAFPID-764803",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764861",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-266119",
          "CSAFPID-187448",
          "CSAFPID-1650515",
          "CSAFPID-1650835",
          "CSAFPID-219912",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-667692",
          "CSAFPID-1673384",
          "CSAFPID-912561",
          "CSAFPID-1503575",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-912567",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-36033",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-611390",
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764779",
            "CSAFPID-220886",
            "CSAFPID-94075",
            "CSAFPID-764803",
            "CSAFPID-342816",
            "CSAFPID-764752",
            "CSAFPID-764861",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-266119",
            "CSAFPID-187448",
            "CSAFPID-1650515",
            "CSAFPID-1650835",
            "CSAFPID-219912",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816317",
            "CSAFPID-667692",
            "CSAFPID-1673384",
            "CSAFPID-912561",
            "CSAFPID-1503575",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816361",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-912567",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-912046",
            "CSAFPID-912045",
            "CSAFPID-912044",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2022-36033"
    },
    {
      "cve": "CVE-2022-37454",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        },
        {
          "category": "other",
          "text": "Integer Overflow to Buffer Overflow",
          "title": "CWE-680"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-1650563",
          "CSAFPID-89587",
          "CSAFPID-764861"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-37454",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-37454.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-611390",
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-220886",
            "CSAFPID-342816",
            "CSAFPID-764752",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764779",
            "CSAFPID-94075",
            "CSAFPID-764803",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-1650563",
            "CSAFPID-89587",
            "CSAFPID-764861"
          ]
        }
      ],
      "title": "CVE-2022-37454"
    },
    {
      "cve": "CVE-2022-38136",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-38136",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-38136.json"
        }
      ],
      "title": "CVE-2022-38136"
    },
    {
      "cve": "CVE-2022-40196",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-40196",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40196.json"
        }
      ],
      "title": "CVE-2022-40196"
    },
    {
      "cve": "CVE-2022-41342",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-41342",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41342.json"
        }
      ],
      "title": "CVE-2022-41342"
    },
    {
      "cve": "CVE-2022-42919",
      "cwe": {
        "id": "CWE-311",
        "name": "Missing Encryption of Sensitive Data"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Encryption of Sensitive Data",
          "title": "CWE-311"
        },
        {
          "category": "other",
          "text": "Improper Privilege Management",
          "title": "CWE-269"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-42919",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42919.json"
        }
      ],
      "title": "CVE-2022-42919"
    },
    {
      "cve": "CVE-2022-45061",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "other",
          "text": "Inefficient Algorithmic Complexity",
          "title": "CWE-407"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-45061",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45061.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-220886",
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-342816",
            "CSAFPID-764752",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764779",
            "CSAFPID-94075",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-611390",
            "CSAFPID-764803",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2022-45061"
    },
    {
      "cve": "CVE-2022-46337",
      "product_status": {
        "known_affected": [
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-1673384",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-764752",
          "CSAFPID-764275",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-764250",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-342816",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-816361",
          "CSAFPID-764813",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-46337",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46337.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-1673384",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-764752",
            "CSAFPID-764275",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-912046",
            "CSAFPID-912045",
            "CSAFPID-912044",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-764250",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-342816",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-816361",
            "CSAFPID-764813",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-667692"
          ]
        }
      ],
      "title": "CVE-2022-46337"
    },
    {
      "cve": "CVE-2023-2976",
      "cwe": {
        "id": "CWE-552",
        "name": "Files or Directories Accessible to External Parties"
      },
      "notes": [
        {
          "category": "other",
          "text": "Files or Directories Accessible to External Parties",
          "title": "CWE-552"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650584",
          "CSAFPID-1650835",
          "CSAFPID-1650506",
          "CSAFPID-1650515",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-342816",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-764813",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692",
          "CSAFPID-89587",
          "CSAFPID-1673397",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-345049",
          "CSAFPID-816801",
          "CSAFPID-611390",
          "CSAFPID-611394",
          "CSAFPID-611417",
          "CSAFPID-764250",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-2976",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650584",
            "CSAFPID-1650835",
            "CSAFPID-1650506",
            "CSAFPID-1650515",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-342816",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816361",
            "CSAFPID-764813",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-667692",
            "CSAFPID-89587",
            "CSAFPID-1673397",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-345049",
            "CSAFPID-816801",
            "CSAFPID-611390",
            "CSAFPID-611394",
            "CSAFPID-611417",
            "CSAFPID-764250",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-2976"
    },
    {
      "cve": "CVE-2023-4043",
      "cwe": {
        "id": "CWE-834",
        "name": "Excessive Iteration"
      },
      "notes": [
        {
          "category": "other",
          "text": "Excessive Iteration",
          "title": "CWE-834"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673405",
          "CSAFPID-1673397",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-4043",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673405",
            "CSAFPID-1673397",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-4043"
    },
    {
      "cve": "CVE-2023-4759",
      "cwe": {
        "id": "CWE-59",
        "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)",
          "title": "CWE-59"
        },
        {
          "category": "other",
          "text": "Improper Handling of Case Sensitivity",
          "title": "CWE-178"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673397",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-4759",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673397",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-4759"
    },
    {
      "cve": "CVE-2023-4863",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "notes": [
        {
          "category": "other",
          "text": "Heap-based Buffer Overflow",
          "title": "CWE-122"
        },
        {
          "category": "other",
          "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
          "title": "CWE-119"
        },
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-342816",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-4863",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4863.json"
        }
      ],
      "title": "CVE-2023-4863"
    },
    {
      "cve": "CVE-2023-5072",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "notes": [
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650575",
          "CSAFPID-1650515",
          "CSAFPID-1650835",
          "CSAFPID-89587",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-5072",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650575",
            "CSAFPID-1650515",
            "CSAFPID-1650835",
            "CSAFPID-89587",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-5072"
    },
    {
      "cve": "CVE-2023-26031",
      "cwe": {
        "id": "CWE-426",
        "name": "Untrusted Search Path"
      },
      "notes": [
        {
          "category": "other",
          "text": "Untrusted Search Path",
          "title": "CWE-426"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26031",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26031.json"
        }
      ],
      "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": [
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-26031"
    },
    {
      "cve": "CVE-2023-26551",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26551",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26551.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 0.0,
            "baseSeverity": "NONE",
            "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26551"
    },
    {
      "cve": "CVE-2023-26552",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26552",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26552"
    },
    {
      "cve": "CVE-2023-26553",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26553",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26553"
    },
    {
      "cve": "CVE-2023-26554",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26554",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26554"
    },
    {
      "cve": "CVE-2023-26555",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26555",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26555.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26555"
    },
    {
      "cve": "CVE-2023-28484",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-816317",
          "CSAFPID-764813",
          "CSAFPID-89587",
          "CSAFPID-342816",
          "CSAFPID-345049",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-611390",
          "CSAFPID-611394",
          "CSAFPID-611417",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-220643",
          "CSAFPID-667692",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-28484",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-220886",
            "CSAFPID-816317",
            "CSAFPID-764813",
            "CSAFPID-89587",
            "CSAFPID-342816",
            "CSAFPID-345049",
            "CSAFPID-764752",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-611390",
            "CSAFPID-611394",
            "CSAFPID-611417",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-220643",
            "CSAFPID-667692",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871"
          ]
        }
      ],
      "title": "CVE-2023-28484"
    },
    {
      "cve": "CVE-2023-29469",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "Double Free",
          "title": "CWE-415"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-816317",
          "CSAFPID-89587",
          "CSAFPID-220886",
          "CSAFPID-342816",
          "CSAFPID-345049",
          "CSAFPID-764752",
          "CSAFPID-611390",
          "CSAFPID-611394",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-220643",
          "CSAFPID-667692",
          "CSAFPID-764813",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-764250",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-29469",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-611417",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-816317",
            "CSAFPID-89587",
            "CSAFPID-220886",
            "CSAFPID-342816",
            "CSAFPID-345049",
            "CSAFPID-764752",
            "CSAFPID-611390",
            "CSAFPID-611394",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-220643",
            "CSAFPID-667692",
            "CSAFPID-764813",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-764250",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871"
          ]
        }
      ],
      "title": "CVE-2023-29469"
    },
    {
      "cve": "CVE-2023-33201",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-1650584",
          "CSAFPID-1673397",
          "CSAFPID-912561",
          "CSAFPID-345049",
          "CSAFPID-611390",
          "CSAFPID-611417",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-33201",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-1650584",
            "CSAFPID-1673397",
            "CSAFPID-912561",
            "CSAFPID-345049",
            "CSAFPID-611390",
            "CSAFPID-611417",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-33201"
    },
    {
      "cve": "CVE-2023-37920",
      "cwe": {
        "id": "CWE-295",
        "name": "Improper Certificate Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Certificate Validation",
          "title": "CWE-295"
        },
        {
          "category": "other",
          "text": "Insufficient Verification of Data Authenticity",
          "title": "CWE-345"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-37920",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612"
          ]
        }
      ],
      "title": "CVE-2023-37920"
    },
    {
      "cve": "CVE-2023-39410",
      "cwe": {
        "id": "CWE-502",
        "name": "Deserialization of Untrusted Data"
      },
      "notes": [
        {
          "category": "other",
          "text": "Deserialization of Untrusted Data",
          "title": "CWE-502"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673404",
          "CSAFPID-1673384",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-39410",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39410.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673404",
            "CSAFPID-1673384",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871"
          ]
        }
      ],
      "title": "CVE-2023-39410"
    },
    {
      "cve": "CVE-2023-44487",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650757",
          "CSAFPID-1650758",
          "CSAFPID-1650759",
          "CSAFPID-1650760",
          "CSAFPID-1650761",
          "CSAFPID-89587",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503603",
          "CSAFPID-1503575",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-44487",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650757",
            "CSAFPID-1650758",
            "CSAFPID-1650759",
            "CSAFPID-1650760",
            "CSAFPID-1650761",
            "CSAFPID-89587",
            "CSAFPID-816361",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503603",
            "CSAFPID-1503575",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-44487"
    },
    {
      "cve": "CVE-2023-44981",
      "cwe": {
        "id": "CWE-639",
        "name": "Authorization Bypass Through User-Controlled Key"
      },
      "notes": [
        {
          "category": "other",
          "text": "Authorization Bypass Through User-Controlled Key",
          "title": "CWE-639"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650515",
          "CSAFPID-89587",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-44981",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44981.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650515",
            "CSAFPID-89587",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601"
          ]
        }
      ],
      "title": "CVE-2023-44981"
    },
    {
      "cve": "CVE-2023-45288",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-45288",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-45288"
    },
    {
      "cve": "CVE-2023-48795",
      "cwe": {
        "id": "CWE-222",
        "name": "Truncation of Security-relevant Information"
      },
      "notes": [
        {
          "category": "other",
          "text": "Truncation of Security-relevant Information",
          "title": "CWE-222"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650765",
          "CSAFPID-1650757",
          "CSAFPID-1650758",
          "CSAFPID-1650767",
          "CSAFPID-1650759",
          "CSAFPID-1650760",
          "CSAFPID-1650761",
          "CSAFPID-89587",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503575",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-48795",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650765",
            "CSAFPID-1650757",
            "CSAFPID-1650758",
            "CSAFPID-1650767",
            "CSAFPID-1650759",
            "CSAFPID-1650760",
            "CSAFPID-1650761",
            "CSAFPID-89587",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503575",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-48795"
    },
    {
      "cve": "CVE-2023-49083",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-49083",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49083.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-49083"
    },
    {
      "cve": "CVE-2023-51384",
      "cwe": {
        "id": "CWE-304",
        "name": "Missing Critical Step in Authentication"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Critical Step in Authentication",
          "title": "CWE-304"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-51384",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51384.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-51384"
    },
    {
      "cve": "CVE-2023-51385",
      "cwe": {
        "id": "CWE-78",
        "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-51385",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51385.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-51385"
    },
    {
      "cve": "CVE-2023-52425",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-52425",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-52425"
    },
    {
      "cve": "CVE-2023-52426",
      "cwe": {
        "id": "CWE-776",
        "name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
          "title": "CWE-776"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-52426",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52426.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-52426"
    },
    {
      "cve": "CVE-2024-1874",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
          "title": "CWE-77"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-1874",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-1874"
    },
    {
      "cve": "CVE-2024-2408",
      "cwe": {
        "id": "CWE-203",
        "name": "Observable Discrepancy"
      },
      "notes": [
        {
          "category": "other",
          "text": "Observable Discrepancy",
          "title": "CWE-203"
        },
        {
          "category": "other",
          "text": "Observable Timing Discrepancy",
          "title": "CWE-208"
        },
        {
          "category": "other",
          "text": "Use of a Broken or Risky Cryptographic Algorithm",
          "title": "CWE-327"
        },
        {
          "category": "other",
          "text": "Covert Timing Channel",
          "title": "CWE-385"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-2408",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2408.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-2408"
    },
    {
      "cve": "CVE-2024-2511",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "other",
          "text": "Improperly Controlled Sequential Memory Allocation",
          "title": "CWE-1325"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-2511",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-2511"
    },
    {
      "cve": "CVE-2024-4577",
      "cwe": {
        "id": "CWE-88",
        "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
          "title": "CWE-88"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4577",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-4577"
    },
    {
      "cve": "CVE-2024-4603",
      "cwe": {
        "id": "CWE-606",
        "name": "Unchecked Input for Loop Condition"
      },
      "notes": [
        {
          "category": "other",
          "text": "Unchecked Input for Loop Condition",
          "title": "CWE-606"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4603",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-4603"
    },
    {
      "cve": "CVE-2024-4741",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "notes": [
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4741",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-4741"
    },
    {
      "cve": "CVE-2024-5458",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5458",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-5458"
    },
    {
      "cve": "CVE-2024-5535",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
          "title": "CWE-119"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673508",
          "CSAFPID-1673525"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5535",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673508",
            "CSAFPID-1673525"
          ]
        }
      ],
      "title": "CVE-2024-5535"
    },
    {
      "cve": "CVE-2024-5585",
      "cwe": {
        "id": "CWE-116",
        "name": "Improper Encoding or Escaping of Output"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
          "title": "CWE-88"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5585",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-5585"
    },
    {
      "cve": "CVE-2024-6119",
      "cwe": {
        "id": "CWE-843",
        "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
          "title": "CWE-843"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673508",
          "CSAFPID-1673525"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-6119",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673508",
            "CSAFPID-1673525"
          ]
        }
      ],
      "title": "CVE-2024-6119"
    },
    {
      "cve": "CVE-2024-6232",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "other",
          "text": "Inefficient Regular Expression Complexity",
          "title": "CWE-1333"
        }
      ],
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-6232",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json"
        }
      ],
      "title": "CVE-2024-6232"
    },
    {
      "cve": "CVE-2024-7264",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Read",
          "title": "CWE-125"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673529",
          "CSAFPID-1673479",
          "CSAFPID-1673511",
          "CSAFPID-1673512"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-7264",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673529",
            "CSAFPID-1673479",
            "CSAFPID-1673511",
            "CSAFPID-1673512"
          ]
        }
      ],
      "title": "CVE-2024-7264"
    },
    {
      "cve": "CVE-2024-7592",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-7592",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json"
        }
      ],
      "title": "CVE-2024-7592"
    },
    {
      "cve": "CVE-2024-21131",
      "product_status": {
        "known_affected": [
          "CSAFPID-1503299",
          "CSAFPID-1503306",
          "CSAFPID-1503302",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21131",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21131.json"
        }
      ],
      "title": "CVE-2024-21131"
    },
    {
      "cve": "CVE-2024-21138",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
          "title": "CWE-835"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21138",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21138.json"
        }
      ],
      "title": "CVE-2024-21138"
    },
    {
      "cve": "CVE-2024-21140",
      "product_status": {
        "known_affected": [
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503299",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21140",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21140.json"
        }
      ],
      "title": "CVE-2024-21140"
    },
    {
      "cve": "CVE-2024-21144",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21144",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21144.json"
        }
      ],
      "title": "CVE-2024-21144"
    },
    {
      "cve": "CVE-2024-21145",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503299",
          "CSAFPID-1503306",
          "CSAFPID-1503302",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21145",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21145.json"
        }
      ],
      "title": "CVE-2024-21145"
    },
    {
      "cve": "CVE-2024-21147",
      "product_status": {
        "known_affected": [
          "CSAFPID-1503306",
          "CSAFPID-1503302",
          "CSAFPID-1503299",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21147",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21147.json"
        }
      ],
      "title": "CVE-2024-21147"
    },
    {
      "cve": "CVE-2024-21233",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21233",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21233.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-21233"
    },
    {
      "cve": "CVE-2024-21242",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673443",
          "CSAFPID-1673444",
          "CSAFPID-1673445"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21242",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21242.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.5,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673443",
            "CSAFPID-1673444",
            "CSAFPID-1673445"
          ]
        }
      ],
      "title": "CVE-2024-21242"
    },
    {
      "cve": "CVE-2024-21251",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673450",
          "CSAFPID-1673451",
          "CSAFPID-1673452"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21251",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21251.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.1,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673450",
            "CSAFPID-1673451",
            "CSAFPID-1673452"
          ]
        }
      ],
      "title": "CVE-2024-21251"
    },
    {
      "cve": "CVE-2024-21261",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673144",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21261",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21261.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673144",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-21261"
    },
    {
      "cve": "CVE-2024-22018",
      "cwe": {
        "id": "CWE-275",
        "name": "-"
      },
      "notes": [
        {
          "category": "other",
          "text": "CWE-275",
          "title": "CWE-275"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-22018",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-22018"
    },
    {
      "cve": "CVE-2024-22020",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-22020",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-22020"
    },
    {
      "cve": "CVE-2024-22201",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673384",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-22201",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673384",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-22201"
    },
    {
      "cve": "CVE-2024-23807",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "notes": [
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650831",
          "CSAFPID-1650825",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-23807",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650831",
            "CSAFPID-1650825",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-23807"
    },
    {
      "cve": "CVE-2024-23944",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-23944",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23944.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-23944"
    },
    {
      "cve": "CVE-2024-24989",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-24989",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24989.json"
        }
      ],
      "title": "CVE-2024-24989"
    },
    {
      "cve": "CVE-2024-24990",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "notes": [
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-24990",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24990.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-24990"
    },
    {
      "cve": "CVE-2024-25710",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
          "title": "CWE-835"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1673384",
          "CSAFPID-816871",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-342816",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-912046",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-25710",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1673384",
            "CSAFPID-816871",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-342816",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-912046",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-25710"
    },
    {
      "cve": "CVE-2024-26130",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-26130",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-26130"
    },
    {
      "cve": "CVE-2024-26308",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "notes": [
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1673384",
          "CSAFPID-816871",
          "CSAFPID-816798",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-26308",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1673384",
            "CSAFPID-816871",
            "CSAFPID-816798",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-26308"
    },
    {
      "cve": "CVE-2024-27983",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-27983",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27983.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-27983"
    },
    {
      "cve": "CVE-2024-28182",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Detection of Error Condition Without Action",
          "title": "CWE-390"
        },
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673442",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28182",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673442",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-28182"
    },
    {
      "cve": "CVE-2024-28849",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28849",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-28849"
    },
    {
      "cve": "CVE-2024-28887",
      "cwe": {
        "id": "CWE-427",
        "name": "Uncontrolled Search Path Element"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Search Path Element",
          "title": "CWE-427"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28887",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28887.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-28887"
    },
    {
      "cve": "CVE-2024-29025",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "notes": [
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673488",
          "CSAFPID-1673489",
          "CSAFPID-1673491",
          "CSAFPID-1673492",
          "CSAFPID-1673493",
          "CSAFPID-1673495",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-29025",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673488",
            "CSAFPID-1673489",
            "CSAFPID-1673491",
            "CSAFPID-1673492",
            "CSAFPID-1673493",
            "CSAFPID-1673495",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-29025"
    },
    {
      "cve": "CVE-2024-29131",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673497",
          "CSAFPID-1673397",
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-29131",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673497",
            "CSAFPID-1673397",
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-29131"
    },
    {
      "cve": "CVE-2024-29133",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673497",
          "CSAFPID-1673397",
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-29133",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673497",
            "CSAFPID-1673397",
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-29133"
    },
    {
      "cve": "CVE-2024-31079",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Stack-based Buffer Overflow",
          "title": "CWE-121"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-31079",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31079.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-31079"
    },
    {
      "cve": "CVE-2024-32760",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-32760",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-32760"
    },
    {
      "cve": "CVE-2024-34161",
      "cwe": {
        "id": "CWE-401",
        "name": "Missing Release of Memory after Effective Lifetime"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Release of Memory after Effective Lifetime",
          "title": "CWE-401"
        },
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-34161",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34161.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-34161"
    },
    {
      "cve": "CVE-2024-34750",
      "cwe": {
        "id": "CWE-755",
        "name": "Improper Handling of Exceptional Conditions"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Handling of Exceptional Conditions",
          "title": "CWE-755"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673504",
          "CSAFPID-1673506"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-34750",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673504",
            "CSAFPID-1673506"
          ]
        }
      ],
      "title": "CVE-2024-34750"
    },
    {
      "cve": "CVE-2024-35200",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-35200",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35200.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-35200"
    },
    {
      "cve": "CVE-2024-36137",
      "cwe": {
        "id": "CWE-275",
        "name": "-"
      },
      "notes": [
        {
          "category": "other",
          "text": "CWE-275",
          "title": "CWE-275"
        },
        {
          "category": "other",
          "text": "Incorrect Permission Assignment for Critical Resource",
          "title": "CWE-732"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-36137",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-36137"
    },
    {
      "cve": "CVE-2024-36138",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
          "title": "CWE-77"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-36138",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json"
        }
      ],
      "title": "CVE-2024-36138"
    },
    {
      "cve": "CVE-2024-36387",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-36387",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36387.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-36387"
    },
    {
      "cve": "CVE-2024-37370",
      "cwe": {
        "id": "CWE-130",
        "name": "Improper Handling of Length Parameter Inconsistency"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Handling of Length Parameter Inconsistency",
          "title": "CWE-130"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673507",
          "CSAFPID-1673508",
          "CSAFPID-1673509"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-37370",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673507",
            "CSAFPID-1673508",
            "CSAFPID-1673509"
          ]
        }
      ],
      "title": "CVE-2024-37370"
    },
    {
      "cve": "CVE-2024-37371",
      "cwe": {
        "id": "CWE-130",
        "name": "Improper Handling of Length Parameter Inconsistency"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Handling of Length Parameter Inconsistency",
          "title": "CWE-130"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673507",
          "CSAFPID-1673508",
          "CSAFPID-1673509"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-37371",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673507",
            "CSAFPID-1673508",
            "CSAFPID-1673509"
          ]
        }
      ],
      "title": "CVE-2024-37371"
    },
    {
      "cve": "CVE-2024-37372",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-37372",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-37372"
    },
    {
      "cve": "CVE-2024-38356",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673510",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38356",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38356.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673510",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38356"
    },
    {
      "cve": "CVE-2024-38357",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673510",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38357",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38357.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673510",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38357"
    },
    {
      "cve": "CVE-2024-38472",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Server-Side Request Forgery (SSRF)",
          "title": "CWE-918"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38472",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38472.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38472"
    },
    {
      "cve": "CVE-2024-38473",
      "cwe": {
        "id": "CWE-172",
        "name": "Encoding Error"
      },
      "notes": [
        {
          "category": "other",
          "text": "Encoding Error",
          "title": "CWE-172"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38473",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38473.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38473"
    },
    {
      "cve": "CVE-2024-38474",
      "cwe": {
        "id": "CWE-172",
        "name": "Encoding Error"
      },
      "notes": [
        {
          "category": "other",
          "text": "Encoding Error",
          "title": "CWE-172"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38474",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38474.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38474"
    },
    {
      "cve": "CVE-2024-38475",
      "cwe": {
        "id": "CWE-284",
        "name": "Improper Access Control"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Access Control",
          "title": "CWE-284"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38475",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38475"
    },
    {
      "cve": "CVE-2024-38476",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Inclusion of Functionality from Untrusted Control Sphere",
          "title": "CWE-829"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38476",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38476.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38476"
    },
    {
      "cve": "CVE-2024-38477",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38477",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38477.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38477"
    },
    {
      "cve": "CVE-2024-38998",
      "cwe": {
        "id": "CWE-1321",
        "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
          "title": "CWE-1321"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673511",
          "CSAFPID-1673512",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38998",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673511",
            "CSAFPID-1673512",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38998"
    },
    {
      "cve": "CVE-2024-38999",
      "cwe": {
        "id": "CWE-1321",
        "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
          "title": "CWE-1321"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673511",
          "CSAFPID-1673512",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38999",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 10.0,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673511",
            "CSAFPID-1673512",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38999"
    },
    {
      "cve": "CVE-2024-39573",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Server-Side Request Forgery (SSRF)",
          "title": "CWE-918"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-39573",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39573.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-39573"
    },
    {
      "cve": "CVE-2024-39884",
      "cwe": {
        "id": "CWE-18",
        "name": "-"
      },
      "notes": [
        {
          "category": "other",
          "text": "CWE-18",
          "title": "CWE-18"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-39884",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39884.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-39884"
    },
    {
      "cve": "CVE-2024-40725",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Exposure of Resource to Wrong Sphere",
          "title": "CWE-668"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-40725",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40725.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479"
          ]
        }
      ],
      "title": "CVE-2024-40725"
    },
    {
      "cve": "CVE-2024-40898",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Server-Side Request Forgery (SSRF)",
          "title": "CWE-918"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-40898",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479"
          ]
        }
      ],
      "title": "CVE-2024-40898"
    },
    {
      "cve": "CVE-2024-45490",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        },
        {
          "category": "other",
          "text": "Incorrect Calculation of Buffer Size",
          "title": "CWE-131"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45490",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-45490"
    },
    {
      "cve": "CVE-2024-45491",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45491",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-45491"
    },
    {
      "cve": "CVE-2024-45492",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45492",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-45492"
    },
    {
      "cve": "CVE-2024-45801",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "other",
          "text": "Inefficient Regular Expression Complexity",
          "title": "CWE-1333"
        },
        {
          "category": "other",
          "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
          "title": "CWE-1321"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45801",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45801.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-45801"
    }
  ]
}
  NCSC-2024-0243
Vulnerability from csaf_ncscnl
Notes
{
  "document": {
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "tlp": {
        "label": "WHITE"
      }
    },
    "lang": "nl",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n    NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n    NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n    This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
      },
      {
        "category": "description",
        "text": "Er zijn kwetsbaarheden verholpen in PHP.",
        "title": "Feiten"
      },
      {
        "category": "description",
        "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om willekeurige code uit te voeren met rechten van de applicatie.\n\nDe kwetsbaarheid met kenmerk CVE-2024-4577 is feitelijk een herintreding van de kwetsbaarheid met kenmerk CVE-2012-1823. Deze kwetsbaarheid maakt het mogelijk om willekeurige code uit te voeren met rechten van de applicatie middels Command Injection.",
        "title": "Interpretaties"
      },
      {
        "category": "description",
        "text": "De ontwikkelaars van PHP hebben updates uitgebracht om de kwetsbaarheden te verhelpen in PHP 8.3.8, 8.2.20 en 8.1.29. Zie bijgevoegde referenties voor meer informatie.",
        "title": "Oplossingen"
      },
      {
        "category": "general",
        "text": "medium",
        "title": "Kans"
      },
      {
        "category": "general",
        "text": "high",
        "title": "Schade"
      },
      {
        "category": "general",
        "text": "Improper Encoding or Escaping of Output",
        "title": "CWE-116"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
        "title": "CWE-77"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
        "title": "CWE-78"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
        "title": "CWE-88"
      }
    ],
    "publisher": {
      "category": "coordinator",
      "contact_details": "cert@ncsc.nl",
      "name": "Nationaal Cyber Security Centrum",
      "namespace": "https://www.ncsc.nl/"
    },
    "references": [
      {
        "category": "external",
        "summary": "Source - nvd",
        "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4577"
      },
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; nvd",
        "url": "https://www.php.net/ChangeLog-8.php#8.1.29"
      },
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; nvd",
        "url": "https://www.php.net/ChangeLog-8.php#8.2.20"
      },
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; nvd",
        "url": "https://www.php.net/ChangeLog-8.php#8.3.8"
      }
    ],
    "title": "Kwetsbaarheden verholpen in PHP",
    "tracking": {
      "current_release_date": "2024-06-10T07:02:05.106950Z",
      "id": "NCSC-2024-0243",
      "initial_release_date": "2024-06-10T07:02:05.106950Z",
      "revision_history": [
        {
          "date": "2024-06-10T07:02:05.106950Z",
          "number": "0",
          "summary": "Initiele versie"
        }
      ],
      "status": "final",
      "version": "1.0.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1464383",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php_group:php:8.1._:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1464384",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php_group:php:8.2._:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1464385",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php_group:php:8.3._:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "php_group"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-220483",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908831",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200801",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908838",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.11:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200789",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.12:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200773",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.13:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200776",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200785",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-895265",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.16:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908839",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.17:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908840",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.18:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908841",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.19:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908832",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908842",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.20:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908843",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.21:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908844",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.22:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908845",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.23:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908846",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908847",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.25:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908848",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.26:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908849",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.27:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473449",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.28:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908833",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908834",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908835",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908836",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908837",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.7:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200763",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.8:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-200792",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.1.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-294412",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908850",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908858",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908859",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.11:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908860",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.12:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908861",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.13:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908862",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908863",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908864",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.16:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908865",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.17:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473450",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.18:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473451",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.19:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908851",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-895277",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908852",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908853",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908854",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908855",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.7:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908856",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.8:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908857",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.2.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908826",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908827",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908828",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908829",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-908830",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473452",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473453",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "php",
            "product": {
              "name": "php",
              "product_id": "CSAFPID-1473454",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:php:php:8.3.7:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "php"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-1874",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
          "title": "CWE-77"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-1874",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.4,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-1874"
    },
    {
      "cve": "CVE-2024-4577",
      "cwe": {
        "id": "CWE-88",
        "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
          "title": "CWE-88"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4577",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-4577"
    },
    {
      "cve": "CVE-2024-5458",
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5458",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-5458"
    },
    {
      "cve": "CVE-2024-5585",
      "cwe": {
        "id": "CWE-116",
        "name": "Improper Encoding or Escaping of Output"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1464383",
          "CSAFPID-1464384",
          "CSAFPID-1464385"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5585",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1464383",
            "CSAFPID-1464384",
            "CSAFPID-1464385"
          ]
        }
      ],
      "title": "CVE-2024-5585"
    }
  ]
}
  ncsc-2024-0411
Vulnerability from csaf_ncscnl
Notes
{
  "document": {
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "tlp": {
        "label": "WHITE"
      }
    },
    "lang": "nl",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n    NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n    NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n    This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
      },
      {
        "category": "description",
        "text": "Oracle heeft kwetsbaarheden verholpen in diverse Database producten en subsystemen, zoals de Core database, Application Express, Autonomous Health Framework, Essbase, GoldenGate, SQL Developer en Secure Backup.",
        "title": "Feiten"
      },
      {
        "category": "description",
        "text": "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorie\u00ebn schade:\n\n- Denial-of-Service (DoS)\n- Manipuleren van data\n- Toegang tot gevoelige gegevens",
        "title": "Interpretaties"
      },
      {
        "category": "description",
        "text": "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
        "title": "Oplossingen"
      },
      {
        "category": "general",
        "text": "medium",
        "title": "Kans"
      },
      {
        "category": "general",
        "text": "high",
        "title": "Schade"
      },
      {
        "category": "general",
        "text": "Improper Handling of Length Parameter Inconsistency",
        "title": "CWE-130"
      },
      {
        "category": "general",
        "text": "Observable Timing Discrepancy",
        "title": "CWE-208"
      },
      {
        "category": "general",
        "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
        "title": "CWE-776"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
        "title": "CWE-88"
      },
      {
        "category": "general",
        "text": "Improper Handling of Exceptional Conditions",
        "title": "CWE-755"
      },
      {
        "category": "general",
        "text": "Excessive Iteration",
        "title": "CWE-834"
      },
      {
        "category": "general",
        "text": "Inefficient Algorithmic Complexity",
        "title": "CWE-407"
      },
      {
        "category": "general",
        "text": "Improper Handling of Case Sensitivity",
        "title": "CWE-178"
      },
      {
        "category": "general",
        "text": "Incorrect Permission Assignment for Critical Resource",
        "title": "CWE-732"
      },
      {
        "category": "general",
        "text": "Double Free",
        "title": "CWE-415"
      },
      {
        "category": "general",
        "text": "Missing Encryption of Sensitive Data",
        "title": "CWE-311"
      },
      {
        "category": "general",
        "text": "Uncontrolled Search Path Element",
        "title": "CWE-427"
      },
      {
        "category": "general",
        "text": "Encoding Error",
        "title": "CWE-172"
      },
      {
        "category": "general",
        "text": "Integer Overflow to Buffer Overflow",
        "title": "CWE-680"
      },
      {
        "category": "general",
        "text": "Untrusted Search Path",
        "title": "CWE-426"
      },
      {
        "category": "general",
        "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
        "title": "CWE-843"
      },
      {
        "category": "general",
        "text": "Improper Encoding or Escaping of Output",
        "title": "CWE-116"
      },
      {
        "category": "general",
        "text": "Insufficient Verification of Data Authenticity",
        "title": "CWE-345"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
        "title": "CWE-77"
      },
      {
        "category": "general",
        "text": "Observable Discrepancy",
        "title": "CWE-203"
      },
      {
        "category": "general",
        "text": "Integer Overflow or Wraparound",
        "title": "CWE-190"
      },
      {
        "category": "general",
        "text": "Files or Directories Accessible to External Parties",
        "title": "CWE-552"
      },
      {
        "category": "general",
        "text": "Authorization Bypass Through User-Controlled Key",
        "title": "CWE-639"
      },
      {
        "category": "general",
        "text": "Out-of-bounds Read",
        "title": "CWE-125"
      },
      {
        "category": "general",
        "text": "Improper Resource Shutdown or Release",
        "title": "CWE-404"
      },
      {
        "category": "general",
        "text": "CWE-275",
        "title": "CWE-275"
      },
      {
        "category": "general",
        "text": "Improper Access Control",
        "title": "CWE-284"
      },
      {
        "category": "general",
        "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
        "title": "CWE-119"
      },
      {
        "category": "general",
        "text": "Inefficient Regular Expression Complexity",
        "title": "CWE-1333"
      },
      {
        "category": "general",
        "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
        "title": "CWE-1321"
      },
      {
        "category": "general",
        "text": "Use After Free",
        "title": "CWE-416"
      },
      {
        "category": "general",
        "text": "Missing Release of Memory after Effective Lifetime",
        "title": "CWE-401"
      },
      {
        "category": "general",
        "text": "NULL Pointer Dereference",
        "title": "CWE-476"
      },
      {
        "category": "general",
        "text": "Improper Certificate Validation",
        "title": "CWE-295"
      },
      {
        "category": "general",
        "text": "Exposure of Resource to Wrong Sphere",
        "title": "CWE-668"
      },
      {
        "category": "general",
        "text": "Inclusion of Functionality from Untrusted Control Sphere",
        "title": "CWE-829"
      },
      {
        "category": "general",
        "text": "Use of a Broken or Risky Cryptographic Algorithm",
        "title": "CWE-327"
      },
      {
        "category": "general",
        "text": "Uncontrolled Resource Consumption",
        "title": "CWE-400"
      },
      {
        "category": "general",
        "text": "Allocation of Resources Without Limits or Throttling",
        "title": "CWE-770"
      },
      {
        "category": "general",
        "text": "Deserialization of Untrusted Data",
        "title": "CWE-502"
      },
      {
        "category": "general",
        "text": "Server-Side Request Forgery (SSRF)",
        "title": "CWE-918"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
        "title": "CWE-78"
      },
      {
        "category": "general",
        "text": "Out-of-bounds Write",
        "title": "CWE-787"
      },
      {
        "category": "general",
        "text": "Exposure of Sensitive Information to an Unauthorized Actor",
        "title": "CWE-200"
      },
      {
        "category": "general",
        "text": "Heap-based Buffer Overflow",
        "title": "CWE-122"
      },
      {
        "category": "general",
        "text": "Stack-based Buffer Overflow",
        "title": "CWE-121"
      },
      {
        "category": "general",
        "text": "Incorrect Conversion between Numeric Types",
        "title": "CWE-681"
      },
      {
        "category": "general",
        "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
        "title": "CWE-835"
      },
      {
        "category": "general",
        "text": "Improper Privilege Management",
        "title": "CWE-269"
      },
      {
        "category": "general",
        "text": "Improper Input Validation",
        "title": "CWE-20"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Alternate XSS Syntax",
        "title": "CWE-87"
      },
      {
        "category": "general",
        "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
        "title": "CWE-79"
      },
      {
        "category": "general",
        "text": "CWE-18",
        "title": "CWE-18"
      },
      {
        "category": "general",
        "text": "Covert Timing Channel",
        "title": "CWE-385"
      },
      {
        "category": "general",
        "text": "Unchecked Input for Loop Condition",
        "title": "CWE-606"
      },
      {
        "category": "general",
        "text": "Integer Coercion Error",
        "title": "CWE-192"
      },
      {
        "category": "general",
        "text": "Detection of Error Condition Without Action",
        "title": "CWE-390"
      },
      {
        "category": "general",
        "text": "Improperly Controlled Sequential Memory Allocation",
        "title": "CWE-1325"
      },
      {
        "category": "general",
        "text": "Truncation of Security-relevant Information",
        "title": "CWE-222"
      },
      {
        "category": "general",
        "text": "Incorrect Calculation of Buffer Size",
        "title": "CWE-131"
      },
      {
        "category": "general",
        "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)",
        "title": "CWE-59"
      },
      {
        "category": "general",
        "text": "Missing Critical Step in Authentication",
        "title": "CWE-304"
      }
    ],
    "publisher": {
      "category": "coordinator",
      "contact_details": "cert@ncsc.nl",
      "name": "Nationaal Cyber Security Centrum",
      "namespace": "https://www.ncsc.nl/"
    },
    "references": [
      {
        "category": "external",
        "summary": "Reference - cveprojectv5; hkcert; nvd; oracle; redhat",
        "url": "https://www.oracle.com/security-alerts/cpuoct2024.html"
      }
    ],
    "title": "Kwetsbaarheden verholpen in Oracle Database producten",
    "tracking": {
      "current_release_date": "2024-10-17T13:15:19.595269Z",
      "id": "NCSC-2024-0411",
      "initial_release_date": "2024-10-17T13:15:19.595269Z",
      "revision_history": [
        {
          "date": "2024-10-17T13:15:19.595269Z",
          "number": "0",
          "summary": "Initiele versie"
        }
      ],
      "status": "final",
      "version": "1.0.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_name",
            "name": "database_-_grid",
            "product": {
              "name": "database_-_grid",
              "product_id": "CSAFPID-1673504",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_grid:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_grid",
            "product": {
              "name": "database_-_grid",
              "product_id": "CSAFPID-1673506",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_grid:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_core",
            "product": {
              "name": "database_-_core",
              "product_id": "CSAFPID-1673386",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_core:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_core",
            "product": {
              "name": "database_-_core",
              "product_id": "CSAFPID-1673385",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_core:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_core",
            "product": {
              "name": "database_-_core",
              "product_id": "CSAFPID-1673442",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_core:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_security",
            "product": {
              "name": "database_-_security",
              "product_id": "CSAFPID-1673507",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_security:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_security",
            "product": {
              "name": "database_-_security",
              "product_id": "CSAFPID-1673509",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_security:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_security",
            "product": {
              "name": "database_-_security",
              "product_id": "CSAFPID-1673508",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_security:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph_mapviewer",
            "product": {
              "name": "spatial_and_graph_mapviewer",
              "product_id": "CSAFPID-912561",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph_mapviewer:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-764250",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-1673511",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-1673512",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-816800",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "spatial_and_graph",
            "product": {
              "name": "spatial_and_graph",
              "product_id": "CSAFPID-1673529",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:spatial_and_graph:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "fleet_patching_and_provisioning_-_micronaut",
            "product": {
              "name": "fleet_patching_and_provisioning_-_micronaut",
              "product_id": "CSAFPID-1673492",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning_-_micronaut:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "fleet_patching_and_provisioning",
            "product": {
              "name": "fleet_patching_and_provisioning",
              "product_id": "CSAFPID-1503603",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:fleet_patching_and_provisioning:23.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_xml_database",
            "product": {
              "name": "database_-_xml_database",
              "product_id": "CSAFPID-1673445",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_xml_database:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_xml_database",
            "product": {
              "name": "database_-_xml_database",
              "product_id": "CSAFPID-1673443",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_xml_database:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_xml_database",
            "product": {
              "name": "database_-_xml_database",
              "product_id": "CSAFPID-1673444",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_xml_database:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_java_vm",
            "product": {
              "name": "database_-_java_vm",
              "product_id": "CSAFPID-1673451",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_java_vm:19.3-19.24:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_java_vm",
            "product": {
              "name": "database_-_java_vm",
              "product_id": "CSAFPID-1673450",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_java_vm:21.3-21.15:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "database_-_java_vm",
            "product": {
              "name": "database_-_java_vm",
              "product_id": "CSAFPID-1673452",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:database_-_java_vm:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-816798",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-816799",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:23.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-1673525",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:prior_to_24.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912046",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.10:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-1503299",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.11:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816855",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:17.0.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816361",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912045",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-1503302",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:21.0.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912044",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-1503306",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:22.0.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816852",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.12:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912600",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition20.3.13:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816853",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.8:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-912601",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition21.3.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "graalvm_for_jdk",
            "product": {
              "name": "graalvm_for_jdk",
              "product_id": "CSAFPID-816854",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:graalvm_for_jdk:graalvm_enterprise_edition22.3.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sqlcl",
            "product": {
              "name": "sqlcl",
              "product_id": "CSAFPID-816801",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sqlcl:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sqlcl",
            "product": {
              "name": "sqlcl",
              "product_id": "CSAFPID-1673405",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sqlcl:23.4-23.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express_administration",
            "product": {
              "name": "application_express_administration",
              "product_id": "CSAFPID-764731",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express_administration:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express_customers_plugin",
            "product": {
              "name": "application_express_customers_plugin",
              "product_id": "CSAFPID-764732",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express_customers_plugin:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express_team_calendar_plugin",
            "product": {
              "name": "application_express_team_calendar_plugin",
              "product_id": "CSAFPID-764733",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express_team_calendar_plugin:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-266119",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-1673510",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:23.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-1503575",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:23.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "application_express",
            "product": {
              "name": "application_express",
              "product_id": "CSAFPID-1673188",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:application_express:24.1:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-765238",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:19c:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "autonomous_health_framework",
            "product": {
              "name": "autonomous_health_framework",
              "product_id": "CSAFPID-765239",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:autonomous_health_framework:21c:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "blockchain_platform",
            "product": {
              "name": "blockchain_platform",
              "product_id": "CSAFPID-764779",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:blockchain_platform:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "blockchain_platform",
            "product": {
              "name": "blockchain_platform",
              "product_id": "CSAFPID-89587",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:blockchain_platform:21.1.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-765259",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:_security_and_provisioning___21.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-187448",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-94075",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-220886",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.4.3.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-611394",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-816317",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.3.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-912567",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.4.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-1503612",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.5.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "essbase",
            "product": {
              "name": "essbase",
              "product_id": "CSAFPID-1673479",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:essbase:21.6:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_essbase",
            "product": {
              "name": "oracle_essbase",
              "product_id": "CSAFPID-1650506",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_essbase:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-816845",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-1650825",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.18:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-1673404",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data_and_application_adapters",
            "product": {
              "name": "goldengate_big_data_and_application_adapters",
              "product_id": "CSAFPID-1650831",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data_and_application_adapters:21.3-21.14.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_big_data",
            "product": {
              "name": "goldengate_big_data",
              "product_id": "CSAFPID-764274",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_big_data:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-764752",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-1673384",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0-19.1.0.0.9:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-220192",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_stream_analytics",
            "product": {
              "name": "goldengate_stream_analytics",
              "product_id": "CSAFPID-220193",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_stream_analytics:19.1.0.0.7:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_studio",
            "product": {
              "name": "goldengate_studio",
              "product_id": "CSAFPID-816846",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.0.4.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_studio",
            "product": {
              "name": "goldengate_studio",
              "product_id": "CSAFPID-611390",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_studio:12.2.1.4.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_studio",
            "product": {
              "name": "goldengate_studio",
              "product_id": "CSAFPID-764803",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_studio:fusion_middleware_12.2.1.4.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate_veridata",
            "product": {
              "name": "goldengate_veridata",
              "product_id": "CSAFPID-764275",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate_veridata:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-342816",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1650767",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0-19.23.0.0.240716:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-485902",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19.1.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1503736",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19.23.0.0.240716:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-219912",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:19c:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1503739",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:21.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1650765",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:21.3-21.14:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "goldengate",
            "product": {
              "name": "goldengate",
              "product_id": "CSAFPID-1503738",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:goldengate:21.3:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_goldengate_stream_analytics",
            "product": {
              "name": "oracle_goldengate_stream_analytics",
              "product_id": "CSAFPID-1650515",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_goldengate_stream_analytics:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "management_pack_for__goldengate",
            "product": {
              "name": "management_pack_for__goldengate",
              "product_id": "CSAFPID-764861",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "management_pack_for__goldengate",
            "product": {
              "name": "management_pack_for__goldengate",
              "product_id": "CSAFPID-1503640",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:management_pack_for__goldengate:12.2.1.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_goldengate_studio",
            "product": {
              "name": "oracle_goldengate_studio",
              "product_id": "CSAFPID-1650835",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_goldengate_studio:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_goldengate",
            "product": {
              "name": "oracle_goldengate",
              "product_id": "CSAFPID-1650575",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_goldengate:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764813",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1503661",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:1.4:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1503663",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:1.5:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673497",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:1.5.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764764",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:19.5.33:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764765",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.28:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673491",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:20.3.40:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764766",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.55:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673495",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:21.2.71:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-764767",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.26:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673493",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:22.3.45:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673489",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:23.3.33:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1673488",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:24.1.17:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650757",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_19.5.42:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650758",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_20.3.40:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650761",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_21.2.27:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650760",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_22.3.46:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "nosql_database",
            "product": {
              "name": "nosql_database",
              "product_id": "CSAFPID-1650759",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:nosql_database:prior_to_23.3.32:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_nosql_database",
            "product": {
              "name": "oracle_nosql_database",
              "product_id": "CSAFPID-1650584",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_nosql_database:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_secure_backup",
            "product": {
              "name": "oracle_secure_backup",
              "product_id": "CSAFPID-1650563",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_secure_backup:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-667692",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-345049",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.1.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-611417",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:18.1.0.2.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "secure_backup",
            "product": {
              "name": "secure_backup",
              "product_id": "CSAFPID-1673422",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:secure_backup:19.1.0.0.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "oracle_sql_developer",
            "product": {
              "name": "oracle_sql_developer",
              "product_id": "CSAFPID-1650638",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:oracle_sql_developer:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-764822",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:*:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-220643",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:21.4.2:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-816870",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:22.2.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-816871",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:23.1.0:*:*:*:*:*:*:*"
              }
            }
          },
          {
            "category": "product_name",
            "name": "sql_developer",
            "product": {
              "name": "sql_developer",
              "product_id": "CSAFPID-1673397",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle:sql_developer:24.3.0:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "oracle"
      },
      {
        "branches": [
          {
            "category": "product_name",
            "name": "oracle_application_express",
            "product": {
              "name": "oracle_application_express",
              "product_id": "CSAFPID-1673144",
              "product_identification_helper": {
                "cpe": "cpe:2.3:a:oracle_corporation:oracle_application_express:24.1:*:*:*:*:*:*:*"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "oracle_corporation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2022-1471",
      "cwe": {
        "id": "CWE-502",
        "name": "Deserialization of Untrusted Data"
      },
      "notes": [
        {
          "category": "other",
          "text": "Deserialization of Untrusted Data",
          "title": "CWE-502"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-220886",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764822",
          "CSAFPID-1650515",
          "CSAFPID-1650638",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-89587",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-1471",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1471.json"
        }
      ],
      "title": "CVE-2022-1471"
    },
    {
      "cve": "CVE-2022-34169",
      "cwe": {
        "id": "CWE-192",
        "name": "Integer Coercion Error"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Coercion Error",
          "title": "CWE-192"
        },
        {
          "category": "other",
          "text": "Incorrect Conversion between Numeric Types",
          "title": "CWE-681"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-342816",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-764752",
          "CSAFPID-764275",
          "CSAFPID-764861",
          "CSAFPID-266119",
          "CSAFPID-187448",
          "CSAFPID-219912",
          "CSAFPID-765238",
          "CSAFPID-765239",
          "CSAFPID-765259",
          "CSAFPID-667692",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-764250",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-1673384",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-34169",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-34169.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764779",
            "CSAFPID-94075",
            "CSAFPID-342816",
            "CSAFPID-764803",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-764752",
            "CSAFPID-764275",
            "CSAFPID-764861",
            "CSAFPID-266119",
            "CSAFPID-187448",
            "CSAFPID-219912",
            "CSAFPID-765238",
            "CSAFPID-765239",
            "CSAFPID-765259",
            "CSAFPID-667692",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-764250",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816361",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-1673384",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-912046",
            "CSAFPID-912045",
            "CSAFPID-912044",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2022-34169"
    },
    {
      "cve": "CVE-2022-36033",
      "cwe": {
        "id": "CWE-87",
        "name": "Improper Neutralization of Alternate XSS Syntax"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Alternate XSS Syntax",
          "title": "CWE-87"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-220886",
          "CSAFPID-94075",
          "CSAFPID-764803",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764861",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-266119",
          "CSAFPID-187448",
          "CSAFPID-1650515",
          "CSAFPID-1650835",
          "CSAFPID-219912",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-667692",
          "CSAFPID-1673384",
          "CSAFPID-912561",
          "CSAFPID-1503575",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-912567",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-36033",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36033.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-611390",
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764779",
            "CSAFPID-220886",
            "CSAFPID-94075",
            "CSAFPID-764803",
            "CSAFPID-342816",
            "CSAFPID-764752",
            "CSAFPID-764861",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-266119",
            "CSAFPID-187448",
            "CSAFPID-1650515",
            "CSAFPID-1650835",
            "CSAFPID-219912",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816317",
            "CSAFPID-667692",
            "CSAFPID-1673384",
            "CSAFPID-912561",
            "CSAFPID-1503575",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816361",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-912567",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-912046",
            "CSAFPID-912045",
            "CSAFPID-912044",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2022-36033"
    },
    {
      "cve": "CVE-2022-37454",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        },
        {
          "category": "other",
          "text": "Integer Overflow to Buffer Overflow",
          "title": "CWE-680"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-1650563",
          "CSAFPID-89587",
          "CSAFPID-764861"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-37454",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-37454.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-611390",
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-220886",
            "CSAFPID-342816",
            "CSAFPID-764752",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764779",
            "CSAFPID-94075",
            "CSAFPID-764803",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-1650563",
            "CSAFPID-89587",
            "CSAFPID-764861"
          ]
        }
      ],
      "title": "CVE-2022-37454"
    },
    {
      "cve": "CVE-2022-38136",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-38136",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-38136.json"
        }
      ],
      "title": "CVE-2022-38136"
    },
    {
      "cve": "CVE-2022-40196",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-40196",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40196.json"
        }
      ],
      "title": "CVE-2022-40196"
    },
    {
      "cve": "CVE-2022-41342",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-41342",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41342.json"
        }
      ],
      "title": "CVE-2022-41342"
    },
    {
      "cve": "CVE-2022-42919",
      "cwe": {
        "id": "CWE-311",
        "name": "Missing Encryption of Sensitive Data"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Encryption of Sensitive Data",
          "title": "CWE-311"
        },
        {
          "category": "other",
          "text": "Improper Privilege Management",
          "title": "CWE-269"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-42919",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42919.json"
        }
      ],
      "title": "CVE-2022-42919"
    },
    {
      "cve": "CVE-2022-45061",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "other",
          "text": "Inefficient Algorithmic Complexity",
          "title": "CWE-407"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-342816",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764779",
          "CSAFPID-94075",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-611390",
          "CSAFPID-764803",
          "CSAFPID-764813",
          "CSAFPID-764822",
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-45061",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45061.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-220886",
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-342816",
            "CSAFPID-764752",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764779",
            "CSAFPID-94075",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-611390",
            "CSAFPID-764803",
            "CSAFPID-764813",
            "CSAFPID-764822",
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2022-45061"
    },
    {
      "cve": "CVE-2022-46337",
      "product_status": {
        "known_affected": [
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-1673384",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-764752",
          "CSAFPID-764275",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-912046",
          "CSAFPID-912045",
          "CSAFPID-912044",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-764250",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-342816",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-816361",
          "CSAFPID-764813",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2022-46337",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46337.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-1673384",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-764752",
            "CSAFPID-764275",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-912046",
            "CSAFPID-912045",
            "CSAFPID-912044",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-764250",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-342816",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-816361",
            "CSAFPID-764813",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-667692"
          ]
        }
      ],
      "title": "CVE-2022-46337"
    },
    {
      "cve": "CVE-2023-2976",
      "cwe": {
        "id": "CWE-552",
        "name": "Files or Directories Accessible to External Parties"
      },
      "notes": [
        {
          "category": "other",
          "text": "Files or Directories Accessible to External Parties",
          "title": "CWE-552"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650584",
          "CSAFPID-1650835",
          "CSAFPID-1650506",
          "CSAFPID-1650515",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-342816",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816361",
          "CSAFPID-764813",
          "CSAFPID-220643",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692",
          "CSAFPID-89587",
          "CSAFPID-1673397",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-345049",
          "CSAFPID-816801",
          "CSAFPID-611390",
          "CSAFPID-611394",
          "CSAFPID-611417",
          "CSAFPID-764250",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-2976",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2976.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650584",
            "CSAFPID-1650835",
            "CSAFPID-1650506",
            "CSAFPID-1650515",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-342816",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816361",
            "CSAFPID-764813",
            "CSAFPID-220643",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-667692",
            "CSAFPID-89587",
            "CSAFPID-1673397",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-345049",
            "CSAFPID-816801",
            "CSAFPID-611390",
            "CSAFPID-611394",
            "CSAFPID-611417",
            "CSAFPID-764250",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-2976"
    },
    {
      "cve": "CVE-2023-4043",
      "cwe": {
        "id": "CWE-834",
        "name": "Excessive Iteration"
      },
      "notes": [
        {
          "category": "other",
          "text": "Excessive Iteration",
          "title": "CWE-834"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673405",
          "CSAFPID-1673397",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-4043",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4043.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673405",
            "CSAFPID-1673397",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-4043"
    },
    {
      "cve": "CVE-2023-4759",
      "cwe": {
        "id": "CWE-59",
        "name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)",
          "title": "CWE-59"
        },
        {
          "category": "other",
          "text": "Improper Handling of Case Sensitivity",
          "title": "CWE-178"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673397",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-4759",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4759.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673397",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-4759"
    },
    {
      "cve": "CVE-2023-4863",
      "cwe": {
        "id": "CWE-122",
        "name": "Heap-based Buffer Overflow"
      },
      "notes": [
        {
          "category": "other",
          "text": "Heap-based Buffer Overflow",
          "title": "CWE-122"
        },
        {
          "category": "other",
          "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
          "title": "CWE-119"
        },
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-342816",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-4863",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4863.json"
        }
      ],
      "title": "CVE-2023-4863"
    },
    {
      "cve": "CVE-2023-5072",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "notes": [
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650575",
          "CSAFPID-1650515",
          "CSAFPID-1650835",
          "CSAFPID-89587",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-5072",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5072.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650575",
            "CSAFPID-1650515",
            "CSAFPID-1650835",
            "CSAFPID-89587",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-5072"
    },
    {
      "cve": "CVE-2023-26031",
      "cwe": {
        "id": "CWE-426",
        "name": "Untrusted Search Path"
      },
      "notes": [
        {
          "category": "other",
          "text": "Untrusted Search Path",
          "title": "CWE-426"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26031",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26031.json"
        }
      ],
      "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": [
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-26031"
    },
    {
      "cve": "CVE-2023-26551",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26551",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26551.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 0.0,
            "baseSeverity": "NONE",
            "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26551"
    },
    {
      "cve": "CVE-2023-26552",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26552",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26552"
    },
    {
      "cve": "CVE-2023-26553",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26553",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26553"
    },
    {
      "cve": "CVE-2023-26554",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26554",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26554"
    },
    {
      "cve": "CVE-2023-26555",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-26555",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26555.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-26555"
    },
    {
      "cve": "CVE-2023-28484",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-220886",
          "CSAFPID-816317",
          "CSAFPID-764813",
          "CSAFPID-89587",
          "CSAFPID-342816",
          "CSAFPID-345049",
          "CSAFPID-764752",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-611390",
          "CSAFPID-611394",
          "CSAFPID-611417",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-220643",
          "CSAFPID-667692",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-28484",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-220886",
            "CSAFPID-816317",
            "CSAFPID-764813",
            "CSAFPID-89587",
            "CSAFPID-342816",
            "CSAFPID-345049",
            "CSAFPID-764752",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-611390",
            "CSAFPID-611394",
            "CSAFPID-611417",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-220643",
            "CSAFPID-667692",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871"
          ]
        }
      ],
      "title": "CVE-2023-28484"
    },
    {
      "cve": "CVE-2023-29469",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "Double Free",
          "title": "CWE-415"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-611417",
          "CSAFPID-764731",
          "CSAFPID-764732",
          "CSAFPID-764733",
          "CSAFPID-816317",
          "CSAFPID-89587",
          "CSAFPID-220886",
          "CSAFPID-342816",
          "CSAFPID-345049",
          "CSAFPID-764752",
          "CSAFPID-611390",
          "CSAFPID-611394",
          "CSAFPID-764764",
          "CSAFPID-764765",
          "CSAFPID-764766",
          "CSAFPID-764767",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-220643",
          "CSAFPID-667692",
          "CSAFPID-764813",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-764250",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-29469",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-611417",
            "CSAFPID-764731",
            "CSAFPID-764732",
            "CSAFPID-764733",
            "CSAFPID-816317",
            "CSAFPID-89587",
            "CSAFPID-220886",
            "CSAFPID-342816",
            "CSAFPID-345049",
            "CSAFPID-764752",
            "CSAFPID-611390",
            "CSAFPID-611394",
            "CSAFPID-764764",
            "CSAFPID-764765",
            "CSAFPID-764766",
            "CSAFPID-764767",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-220643",
            "CSAFPID-667692",
            "CSAFPID-764813",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-764250",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871"
          ]
        }
      ],
      "title": "CVE-2023-29469"
    },
    {
      "cve": "CVE-2023-33201",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-764250",
          "CSAFPID-611394",
          "CSAFPID-1650584",
          "CSAFPID-1673397",
          "CSAFPID-912561",
          "CSAFPID-345049",
          "CSAFPID-611390",
          "CSAFPID-611417",
          "CSAFPID-764274",
          "CSAFPID-764275",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-33201",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33201.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-764250",
            "CSAFPID-611394",
            "CSAFPID-1650584",
            "CSAFPID-1673397",
            "CSAFPID-912561",
            "CSAFPID-345049",
            "CSAFPID-611390",
            "CSAFPID-611417",
            "CSAFPID-764274",
            "CSAFPID-764275",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-33201"
    },
    {
      "cve": "CVE-2023-37920",
      "cwe": {
        "id": "CWE-295",
        "name": "Improper Certificate Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Certificate Validation",
          "title": "CWE-295"
        },
        {
          "category": "other",
          "text": "Insufficient Verification of Data Authenticity",
          "title": "CWE-345"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-37920",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-37920.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612"
          ]
        }
      ],
      "title": "CVE-2023-37920"
    },
    {
      "cve": "CVE-2023-39410",
      "cwe": {
        "id": "CWE-502",
        "name": "Deserialization of Untrusted Data"
      },
      "notes": [
        {
          "category": "other",
          "text": "Deserialization of Untrusted Data",
          "title": "CWE-502"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673404",
          "CSAFPID-1673384",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-39410",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39410.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673404",
            "CSAFPID-1673384",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871"
          ]
        }
      ],
      "title": "CVE-2023-39410"
    },
    {
      "cve": "CVE-2023-44487",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650757",
          "CSAFPID-1650758",
          "CSAFPID-1650759",
          "CSAFPID-1650760",
          "CSAFPID-1650761",
          "CSAFPID-89587",
          "CSAFPID-816361",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503603",
          "CSAFPID-1503575",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-44487",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650757",
            "CSAFPID-1650758",
            "CSAFPID-1650759",
            "CSAFPID-1650760",
            "CSAFPID-1650761",
            "CSAFPID-89587",
            "CSAFPID-816361",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503603",
            "CSAFPID-1503575",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-44487"
    },
    {
      "cve": "CVE-2023-44981",
      "cwe": {
        "id": "CWE-639",
        "name": "Authorization Bypass Through User-Controlled Key"
      },
      "notes": [
        {
          "category": "other",
          "text": "Authorization Bypass Through User-Controlled Key",
          "title": "CWE-639"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650515",
          "CSAFPID-89587",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-44981",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44981.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650515",
            "CSAFPID-89587",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601"
          ]
        }
      ],
      "title": "CVE-2023-44981"
    },
    {
      "cve": "CVE-2023-45288",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-45288",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-45288"
    },
    {
      "cve": "CVE-2023-48795",
      "cwe": {
        "id": "CWE-222",
        "name": "Truncation of Security-relevant Information"
      },
      "notes": [
        {
          "category": "other",
          "text": "Truncation of Security-relevant Information",
          "title": "CWE-222"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650765",
          "CSAFPID-1650757",
          "CSAFPID-1650758",
          "CSAFPID-1650767",
          "CSAFPID-1650759",
          "CSAFPID-1650760",
          "CSAFPID-1650761",
          "CSAFPID-89587",
          "CSAFPID-220643",
          "CSAFPID-342816",
          "CSAFPID-667692",
          "CSAFPID-764250",
          "CSAFPID-764813",
          "CSAFPID-816317",
          "CSAFPID-816361",
          "CSAFPID-816798",
          "CSAFPID-816799",
          "CSAFPID-816800",
          "CSAFPID-816801",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-816852",
          "CSAFPID-816853",
          "CSAFPID-816854",
          "CSAFPID-816855",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-816870",
          "CSAFPID-816871",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-1503603",
          "CSAFPID-1503612",
          "CSAFPID-1503575",
          "CSAFPID-1503640",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-48795",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650765",
            "CSAFPID-1650757",
            "CSAFPID-1650758",
            "CSAFPID-1650767",
            "CSAFPID-1650759",
            "CSAFPID-1650760",
            "CSAFPID-1650761",
            "CSAFPID-89587",
            "CSAFPID-220643",
            "CSAFPID-342816",
            "CSAFPID-667692",
            "CSAFPID-764250",
            "CSAFPID-764813",
            "CSAFPID-816317",
            "CSAFPID-816361",
            "CSAFPID-816798",
            "CSAFPID-816799",
            "CSAFPID-816800",
            "CSAFPID-816801",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-816852",
            "CSAFPID-816853",
            "CSAFPID-816854",
            "CSAFPID-816855",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-816870",
            "CSAFPID-816871",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-1503603",
            "CSAFPID-1503612",
            "CSAFPID-1503575",
            "CSAFPID-1503640",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663"
          ]
        }
      ],
      "title": "CVE-2023-48795"
    },
    {
      "cve": "CVE-2023-49083",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-49083",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49083.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-49083"
    },
    {
      "cve": "CVE-2023-51384",
      "cwe": {
        "id": "CWE-304",
        "name": "Missing Critical Step in Authentication"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Critical Step in Authentication",
          "title": "CWE-304"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-51384",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51384.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-51384"
    },
    {
      "cve": "CVE-2023-51385",
      "cwe": {
        "id": "CWE-78",
        "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-51385",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-51385.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2023-51385"
    },
    {
      "cve": "CVE-2023-52425",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-52425",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52425.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-52425"
    },
    {
      "cve": "CVE-2023-52426",
      "cwe": {
        "id": "CWE-776",
        "name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)",
          "title": "CWE-776"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2023-52426",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52426.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2023-52426"
    },
    {
      "cve": "CVE-2024-1874",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
          "title": "CWE-77"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-1874",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1874.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-1874"
    },
    {
      "cve": "CVE-2024-2408",
      "cwe": {
        "id": "CWE-203",
        "name": "Observable Discrepancy"
      },
      "notes": [
        {
          "category": "other",
          "text": "Observable Discrepancy",
          "title": "CWE-203"
        },
        {
          "category": "other",
          "text": "Observable Timing Discrepancy",
          "title": "CWE-208"
        },
        {
          "category": "other",
          "text": "Use of a Broken or Risky Cryptographic Algorithm",
          "title": "CWE-327"
        },
        {
          "category": "other",
          "text": "Covert Timing Channel",
          "title": "CWE-385"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-2408",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2408.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-2408"
    },
    {
      "cve": "CVE-2024-2511",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "other",
          "text": "Improperly Controlled Sequential Memory Allocation",
          "title": "CWE-1325"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-2511",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-2511"
    },
    {
      "cve": "CVE-2024-4577",
      "cwe": {
        "id": "CWE-88",
        "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
          "title": "CWE-88"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4577",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4577.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-4577"
    },
    {
      "cve": "CVE-2024-4603",
      "cwe": {
        "id": "CWE-606",
        "name": "Unchecked Input for Loop Condition"
      },
      "notes": [
        {
          "category": "other",
          "text": "Unchecked Input for Loop Condition",
          "title": "CWE-606"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4603",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-4603"
    },
    {
      "cve": "CVE-2024-4741",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "notes": [
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-4741",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-4741"
    },
    {
      "cve": "CVE-2024-5458",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5458",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5458.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-5458"
    },
    {
      "cve": "CVE-2024-5535",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Improper Restriction of Operations within the Bounds of a Memory Buffer",
          "title": "CWE-119"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673508",
          "CSAFPID-1673525"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5535",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673508",
            "CSAFPID-1673525"
          ]
        }
      ],
      "title": "CVE-2024-5535"
    },
    {
      "cve": "CVE-2024-5585",
      "cwe": {
        "id": "CWE-116",
        "name": "Improper Encoding or Escaping of Output"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
          "title": "CWE-78"
        },
        {
          "category": "other",
          "text": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)",
          "title": "CWE-88"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673422",
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5585",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5585.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673422",
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-5585"
    },
    {
      "cve": "CVE-2024-6119",
      "cwe": {
        "id": "CWE-843",
        "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
          "title": "CWE-843"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673508",
          "CSAFPID-1673525"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-6119",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673508",
            "CSAFPID-1673525"
          ]
        }
      ],
      "title": "CVE-2024-6119"
    },
    {
      "cve": "CVE-2024-6232",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "other",
          "text": "Inefficient Regular Expression Complexity",
          "title": "CWE-1333"
        }
      ],
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-6232",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json"
        }
      ],
      "title": "CVE-2024-6232"
    },
    {
      "cve": "CVE-2024-7264",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Read",
          "title": "CWE-125"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673529",
          "CSAFPID-1673479",
          "CSAFPID-1673511",
          "CSAFPID-1673512"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-7264",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7264.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673529",
            "CSAFPID-1673479",
            "CSAFPID-1673511",
            "CSAFPID-1673512"
          ]
        }
      ],
      "title": "CVE-2024-7264"
    },
    {
      "cve": "CVE-2024-7592",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-7592",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json"
        }
      ],
      "title": "CVE-2024-7592"
    },
    {
      "cve": "CVE-2024-21131",
      "product_status": {
        "known_affected": [
          "CSAFPID-1503299",
          "CSAFPID-1503306",
          "CSAFPID-1503302",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21131",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21131.json"
        }
      ],
      "title": "CVE-2024-21131"
    },
    {
      "cve": "CVE-2024-21138",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
          "title": "CWE-835"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21138",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21138.json"
        }
      ],
      "title": "CVE-2024-21138"
    },
    {
      "cve": "CVE-2024-21140",
      "product_status": {
        "known_affected": [
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503299",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21140",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21140.json"
        }
      ],
      "title": "CVE-2024-21140"
    },
    {
      "cve": "CVE-2024-21144",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21144",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21144.json"
        }
      ],
      "title": "CVE-2024-21144"
    },
    {
      "cve": "CVE-2024-21145",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503299",
          "CSAFPID-1503306",
          "CSAFPID-1503302",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21145",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21145.json"
        }
      ],
      "title": "CVE-2024-21145"
    },
    {
      "cve": "CVE-2024-21147",
      "product_status": {
        "known_affected": [
          "CSAFPID-1503306",
          "CSAFPID-1503302",
          "CSAFPID-1503299",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21147",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21147.json"
        }
      ],
      "title": "CVE-2024-21147"
    },
    {
      "cve": "CVE-2024-21233",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21233",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21233.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-21233"
    },
    {
      "cve": "CVE-2024-21242",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673443",
          "CSAFPID-1673444",
          "CSAFPID-1673445"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21242",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21242.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.5,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673443",
            "CSAFPID-1673444",
            "CSAFPID-1673445"
          ]
        }
      ],
      "title": "CVE-2024-21242"
    },
    {
      "cve": "CVE-2024-21251",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673450",
          "CSAFPID-1673451",
          "CSAFPID-1673452"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21251",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21251.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.1,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673450",
            "CSAFPID-1673451",
            "CSAFPID-1673452"
          ]
        }
      ],
      "title": "CVE-2024-21251"
    },
    {
      "cve": "CVE-2024-21261",
      "product_status": {
        "known_affected": [
          "CSAFPID-1673144",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-21261",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21261.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673144",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-21261"
    },
    {
      "cve": "CVE-2024-22018",
      "cwe": {
        "id": "CWE-275",
        "name": "-"
      },
      "notes": [
        {
          "category": "other",
          "text": "CWE-275",
          "title": "CWE-275"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-22018",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-22018"
    },
    {
      "cve": "CVE-2024-22020",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-22020",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-22020"
    },
    {
      "cve": "CVE-2024-22201",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673384",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-22201",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22201.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673384",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-22201"
    },
    {
      "cve": "CVE-2024-23807",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "notes": [
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1650831",
          "CSAFPID-1650825",
          "CSAFPID-1673479",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-23807",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23807.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1650831",
            "CSAFPID-1650825",
            "CSAFPID-1673479",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-23807"
    },
    {
      "cve": "CVE-2024-23944",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-23944",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23944.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-23944"
    },
    {
      "cve": "CVE-2024-24989",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-24989",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24989.json"
        }
      ],
      "title": "CVE-2024-24989"
    },
    {
      "cve": "CVE-2024-24990",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "notes": [
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-24990",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24990.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-24990"
    },
    {
      "cve": "CVE-2024-25710",
      "cwe": {
        "id": "CWE-835",
        "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
          "title": "CWE-835"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1673384",
          "CSAFPID-816871",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-342816",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-912046",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-25710",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1673384",
            "CSAFPID-816871",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-342816",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-912046",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-25710"
    },
    {
      "cve": "CVE-2024-26130",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816798",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-26130",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26130.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816798",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-26130"
    },
    {
      "cve": "CVE-2024-26308",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "notes": [
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1673384",
          "CSAFPID-816871",
          "CSAFPID-816798",
          "CSAFPID-342816",
          "CSAFPID-764275",
          "CSAFPID-764752",
          "CSAFPID-816801",
          "CSAFPID-816846",
          "CSAFPID-912044",
          "CSAFPID-912045",
          "CSAFPID-912046",
          "CSAFPID-912561",
          "CSAFPID-912567",
          "CSAFPID-912600",
          "CSAFPID-912601",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-816845",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-26308",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1673384",
            "CSAFPID-816871",
            "CSAFPID-816798",
            "CSAFPID-342816",
            "CSAFPID-764275",
            "CSAFPID-764752",
            "CSAFPID-816801",
            "CSAFPID-816846",
            "CSAFPID-912044",
            "CSAFPID-912045",
            "CSAFPID-912046",
            "CSAFPID-912561",
            "CSAFPID-912567",
            "CSAFPID-912600",
            "CSAFPID-912601",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-816845",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-26308"
    },
    {
      "cve": "CVE-2024-27983",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-27983",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27983.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-27983"
    },
    {
      "cve": "CVE-2024-28182",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        },
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Detection of Error Condition Without Action",
          "title": "CWE-390"
        },
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673442",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28182",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28182.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673442",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-28182"
    },
    {
      "cve": "CVE-2024-28849",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28849",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-28849"
    },
    {
      "cve": "CVE-2024-28887",
      "cwe": {
        "id": "CWE-427",
        "name": "Uncontrolled Search Path Element"
      },
      "notes": [
        {
          "category": "other",
          "text": "Uncontrolled Search Path Element",
          "title": "CWE-427"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-28887",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28887.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-28887"
    },
    {
      "cve": "CVE-2024-29025",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "notes": [
        {
          "category": "other",
          "text": "Allocation of Resources Without Limits or Throttling",
          "title": "CWE-770"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673488",
          "CSAFPID-1673489",
          "CSAFPID-1673491",
          "CSAFPID-1673492",
          "CSAFPID-1673493",
          "CSAFPID-1673495",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-29025",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673488",
            "CSAFPID-1673489",
            "CSAFPID-1673491",
            "CSAFPID-1673492",
            "CSAFPID-1673493",
            "CSAFPID-1673495",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-29025"
    },
    {
      "cve": "CVE-2024-29131",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673497",
          "CSAFPID-1673397",
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-29131",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673497",
            "CSAFPID-1673397",
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-29131"
    },
    {
      "cve": "CVE-2024-29133",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "notes": [
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673497",
          "CSAFPID-1673397",
          "CSAFPID-1673384",
          "CSAFPID-1503575",
          "CSAFPID-1503603",
          "CSAFPID-764250",
          "CSAFPID-1503612",
          "CSAFPID-1503640",
          "CSAFPID-342816",
          "CSAFPID-816845",
          "CSAFPID-816846",
          "CSAFPID-1503299",
          "CSAFPID-1503302",
          "CSAFPID-1503306",
          "CSAFPID-1503661",
          "CSAFPID-1503663",
          "CSAFPID-764813"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-29133",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673497",
            "CSAFPID-1673397",
            "CSAFPID-1673384",
            "CSAFPID-1503575",
            "CSAFPID-1503603",
            "CSAFPID-764250",
            "CSAFPID-1503612",
            "CSAFPID-1503640",
            "CSAFPID-342816",
            "CSAFPID-816845",
            "CSAFPID-816846",
            "CSAFPID-1503299",
            "CSAFPID-1503302",
            "CSAFPID-1503306",
            "CSAFPID-1503661",
            "CSAFPID-1503663",
            "CSAFPID-764813"
          ]
        }
      ],
      "title": "CVE-2024-29133"
    },
    {
      "cve": "CVE-2024-31079",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Stack-based Buffer Overflow",
          "title": "CWE-121"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-31079",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31079.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-31079"
    },
    {
      "cve": "CVE-2024-32760",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "Out-of-bounds Write",
          "title": "CWE-787"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-32760",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-32760.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-32760"
    },
    {
      "cve": "CVE-2024-34161",
      "cwe": {
        "id": "CWE-401",
        "name": "Missing Release of Memory after Effective Lifetime"
      },
      "notes": [
        {
          "category": "other",
          "text": "Missing Release of Memory after Effective Lifetime",
          "title": "CWE-401"
        },
        {
          "category": "other",
          "text": "Use After Free",
          "title": "CWE-416"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-34161",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34161.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-34161"
    },
    {
      "cve": "CVE-2024-34750",
      "cwe": {
        "id": "CWE-755",
        "name": "Improper Handling of Exceptional Conditions"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Handling of Exceptional Conditions",
          "title": "CWE-755"
        },
        {
          "category": "other",
          "text": "Uncontrolled Resource Consumption",
          "title": "CWE-400"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673504",
          "CSAFPID-1673506"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-34750",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673504",
            "CSAFPID-1673506"
          ]
        }
      ],
      "title": "CVE-2024-34750"
    },
    {
      "cve": "CVE-2024-35200",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-35200",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35200.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-35200"
    },
    {
      "cve": "CVE-2024-36137",
      "cwe": {
        "id": "CWE-275",
        "name": "-"
      },
      "notes": [
        {
          "category": "other",
          "text": "CWE-275",
          "title": "CWE-275"
        },
        {
          "category": "other",
          "text": "Incorrect Permission Assignment for Critical Resource",
          "title": "CWE-732"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-36137",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-36137"
    },
    {
      "cve": "CVE-2024-36138",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
          "title": "CWE-77"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-36138",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json"
        }
      ],
      "title": "CVE-2024-36138"
    },
    {
      "cve": "CVE-2024-36387",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "notes": [
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-36387",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36387.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-36387"
    },
    {
      "cve": "CVE-2024-37370",
      "cwe": {
        "id": "CWE-130",
        "name": "Improper Handling of Length Parameter Inconsistency"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Handling of Length Parameter Inconsistency",
          "title": "CWE-130"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673507",
          "CSAFPID-1673508",
          "CSAFPID-1673509"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-37370",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673507",
            "CSAFPID-1673508",
            "CSAFPID-1673509"
          ]
        }
      ],
      "title": "CVE-2024-37370"
    },
    {
      "cve": "CVE-2024-37371",
      "cwe": {
        "id": "CWE-130",
        "name": "Improper Handling of Length Parameter Inconsistency"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Handling of Length Parameter Inconsistency",
          "title": "CWE-130"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673507",
          "CSAFPID-1673508",
          "CSAFPID-1673509"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-37371",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673507",
            "CSAFPID-1673508",
            "CSAFPID-1673509"
          ]
        }
      ],
      "title": "CVE-2024-37371"
    },
    {
      "cve": "CVE-2024-37372",
      "product_status": {
        "known_affected": [
          "CSAFPID-89587"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-37372",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-89587"
          ]
        }
      ],
      "title": "CVE-2024-37372"
    },
    {
      "cve": "CVE-2024-38356",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673510",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38356",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38356.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673510",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38356"
    },
    {
      "cve": "CVE-2024-38357",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
          "title": "CWE-79"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673510",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38357",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38357.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673510",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38357"
    },
    {
      "cve": "CVE-2024-38472",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Server-Side Request Forgery (SSRF)",
          "title": "CWE-918"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38472",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38472.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38472"
    },
    {
      "cve": "CVE-2024-38473",
      "cwe": {
        "id": "CWE-172",
        "name": "Encoding Error"
      },
      "notes": [
        {
          "category": "other",
          "text": "Encoding Error",
          "title": "CWE-172"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38473",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38473.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38473"
    },
    {
      "cve": "CVE-2024-38474",
      "cwe": {
        "id": "CWE-172",
        "name": "Encoding Error"
      },
      "notes": [
        {
          "category": "other",
          "text": "Encoding Error",
          "title": "CWE-172"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38474",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38474.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38474"
    },
    {
      "cve": "CVE-2024-38475",
      "cwe": {
        "id": "CWE-284",
        "name": "Improper Access Control"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Access Control",
          "title": "CWE-284"
        },
        {
          "category": "other",
          "text": "Improper Encoding or Escaping of Output",
          "title": "CWE-116"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38475",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38475"
    },
    {
      "cve": "CVE-2024-38476",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Inclusion of Functionality from Untrusted Control Sphere",
          "title": "CWE-829"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38476",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38476.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38476"
    },
    {
      "cve": "CVE-2024-38477",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improper Resource Shutdown or Release",
          "title": "CWE-404"
        },
        {
          "category": "other",
          "text": "NULL Pointer Dereference",
          "title": "CWE-476"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38477",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38477.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-38477"
    },
    {
      "cve": "CVE-2024-38998",
      "cwe": {
        "id": "CWE-1321",
        "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
          "title": "CWE-1321"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673511",
          "CSAFPID-1673512",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38998",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673511",
            "CSAFPID-1673512",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38998"
    },
    {
      "cve": "CVE-2024-38999",
      "cwe": {
        "id": "CWE-1321",
        "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
          "title": "CWE-1321"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673511",
          "CSAFPID-1673512",
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-38999",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 10.0,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673511",
            "CSAFPID-1673512",
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-38999"
    },
    {
      "cve": "CVE-2024-39573",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Server-Side Request Forgery (SSRF)",
          "title": "CWE-918"
        },
        {
          "category": "other",
          "text": "Improper Input Validation",
          "title": "CWE-20"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-39573",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39573.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-39573"
    },
    {
      "cve": "CVE-2024-39884",
      "cwe": {
        "id": "CWE-18",
        "name": "-"
      },
      "notes": [
        {
          "category": "other",
          "text": "CWE-18",
          "title": "CWE-18"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-39884",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39884.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417"
          ]
        }
      ],
      "title": "CVE-2024-39884"
    },
    {
      "cve": "CVE-2024-40725",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "notes": [
        {
          "category": "other",
          "text": "Exposure of Sensitive Information to an Unauthorized Actor",
          "title": "CWE-200"
        },
        {
          "category": "other",
          "text": "Exposure of Resource to Wrong Sphere",
          "title": "CWE-668"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-40725",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40725.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479"
          ]
        }
      ],
      "title": "CVE-2024-40725"
    },
    {
      "cve": "CVE-2024-40898",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "other",
          "text": "Server-Side Request Forgery (SSRF)",
          "title": "CWE-918"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-345049",
          "CSAFPID-611417",
          "CSAFPID-1673479"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-40898",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-345049",
            "CSAFPID-611417",
            "CSAFPID-1673479"
          ]
        }
      ],
      "title": "CVE-2024-40898"
    },
    {
      "cve": "CVE-2024-45490",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        },
        {
          "category": "other",
          "text": "Incorrect Calculation of Buffer Size",
          "title": "CWE-131"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45490",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-45490"
    },
    {
      "cve": "CVE-2024-45491",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45491",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-45491"
    },
    {
      "cve": "CVE-2024-45492",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "notes": [
        {
          "category": "other",
          "text": "Integer Overflow or Wraparound",
          "title": "CWE-190"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1673385",
          "CSAFPID-1673442",
          "CSAFPID-1673386"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45492",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1673385",
            "CSAFPID-1673442",
            "CSAFPID-1673386"
          ]
        }
      ],
      "title": "CVE-2024-45492"
    },
    {
      "cve": "CVE-2024-45801",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "other",
          "text": "Inefficient Regular Expression Complexity",
          "title": "CWE-1333"
        },
        {
          "category": "other",
          "text": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
          "title": "CWE-1321"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-1503575",
          "CSAFPID-1673188"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-45801",
          "url": "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45801.json"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "CSAFPID-1503575",
            "CSAFPID-1673188"
          ]
        }
      ],
      "title": "CVE-2024-45801"
    }
  ]
}
  wid-sec-w-2024-1320
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 beliebigen Programmcode auszuf\u00fchren und um Sicherheitsmechanismen zu umgehen.",
        "title": "Angriff"
      },
      {
        "category": "general",
        "text": "- Sonstiges\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-2024-1320 - CSAF Version",
        "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1320.json"
      },
      {
        "category": "self",
        "summary": "WID-SEC-2024-1320 - Portal Version",
        "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1320"
      },
      {
        "category": "external",
        "summary": "PHP Changelog Version 8.1.29 vom 2024-06-06",
        "url": "https://www.php.net/ChangeLog-8.php#8.1.29"
      },
      {
        "category": "external",
        "summary": "PHP Changelog Version 8.2.20 vom 2024-06-06",
        "url": "https://php.net/ChangeLog-8.php#8.2.20"
      },
      {
        "category": "external",
        "summary": "PHP Changelog Version 8.3.8 vom 2024-06-06",
        "url": "https://php.net/ChangeLog-8.php#8.3.8"
      },
      {
        "category": "external",
        "summary": "DevCore Security Alert: CVE-2024-4577 - PHP CGI Argument Injection Vulnerability vom 2024-06-06",
        "url": "https://devco.re/blog/2024/06/06/security-alert-cve-2024-4577-php-cgi-argument-injection-vulnerability-en/"
      },
      {
        "category": "external",
        "summary": "PoC CVE-2024-4577 vom 2024-06-07",
        "url": "https://github.com/watchtowrlabs/CVE-2024-4577"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2027-1 vom 2024-06-13",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018717.html"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2037-1 vom 2024-06-17",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018728.html"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2039-1 vom 2024-06-17",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018726.html"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2038-1 vom 2024-06-17",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018727.html"
      },
      {
        "category": "external",
        "summary": "Debian Security Advisory DLA-3833 vom 2024-06-18",
        "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html"
      },
      {
        "category": "external",
        "summary": "Ubuntu Security Notice USN-6841-1 vom 2024-06-19",
        "url": "https://ubuntu.com/security/notices/USN-6841-1"
      },
      {
        "category": "external",
        "summary": "Debian Security Advisory DSA-5717 vom 2024-06-20",
        "url": "https://lists.debian.org/debian-security-announce/2024/msg00127.html"
      },
      {
        "category": "external",
        "summary": "Amazon Linux Security Advisory ALASPHP8.1-2024-005 vom 2024-06-25",
        "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.1-2024-005.html"
      },
      {
        "category": "external",
        "summary": "Mitel Product Security Advisory",
        "url": "https://www.mitel.com/support/security-advisories/obso-2407-01"
      },
      {
        "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": "Symantec Enterprise Blog vom 2024-08-20",
        "url": "https://symantec-enterprise-blogs.security.com/threat-intelligence/taiwan-malware-dns"
      },
      {
        "category": "external",
        "summary": "Ubuntu Security Notice USN-6841-2 vom 2024-09-09",
        "url": "https://ubuntu.com/security/notices/USN-6841-2"
      },
      {
        "category": "external",
        "summary": "Fedora Security Advisory FEDORA-2024-2B429E720E vom 2024-09-25",
        "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2b429e720e"
      },
      {
        "category": "external",
        "summary": "Fedora Security Advisory FEDORA-2024-7C800C4DF7 vom 2024-09-25",
        "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7c800c4df7"
      },
      {
        "category": "external",
        "summary": "Fedora Security Advisory FEDORA-2024-A03B06DBD0 vom 2024-09-25",
        "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-a03b06dbd0"
      },
      {
        "category": "external",
        "summary": "Amazon Linux Security Advisory ALASPHP8.2-2024-005 vom 2024-10-02",
        "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.2-2024-005.html"
      },
      {
        "category": "external",
        "summary": "Debian Security Advisory DLA-3920 vom 2024-10-15",
        "url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00011.html"
      },
      {
        "category": "external",
        "summary": "XEROX Security Advisory XRX24-017 vom 2024-11-21",
        "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2024/11/Xerox-Security-Bulletin-XRX24-017-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2024:10951 vom 2024-12-11",
        "url": "https://access.redhat.com/errata/RHSA-2024:10951"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2024:10950 vom 2024-12-11",
        "url": "https://access.redhat.com/errata/RHSA-2024:10950"
      },
      {
        "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-10951 vom 2024-12-12",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10951.html"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10949 vom 2024-12-12",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10949.html"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10952 vom 2024-12-13",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10952.html"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10950 vom 2024-12-13",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10950.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:09.699+00:00",
        "engine": {
          "name": "BSI-WID",
          "version": "1.3.10"
        }
      },
      "id": "WID-SEC-W-2024-1320",
      "initial_release_date": "2024-06-06T22:00:00.000+00:00",
      "revision_history": [
        {
          "date": "2024-06-06T22:00:00.000+00:00",
          "number": "1",
          "summary": "Initiale Fassung"
        },
        {
          "date": "2024-06-13T22:00:00.000+00:00",
          "number": "2",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2024-06-16T22:00:00.000+00:00",
          "number": "3",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2024-06-17T22:00:00.000+00:00",
          "number": "4",
          "summary": "Neue Updates von Debian aufgenommen"
        },
        {
          "date": "2024-06-19T22:00:00.000+00:00",
          "number": "5",
          "summary": "Neue Updates von Ubuntu aufgenommen"
        },
        {
          "date": "2024-06-20T22:00:00.000+00:00",
          "number": "6",
          "summary": "Neue Updates von Debian aufgenommen"
        },
        {
          "date": "2024-06-24T22:00:00.000+00:00",
          "number": "7",
          "summary": "Neue Updates von Amazon aufgenommen"
        },
        {
          "date": "2024-07-10T22:00:00.000+00:00",
          "number": "8",
          "summary": "Neue Updates von Unify aufgenommen"
        },
        {
          "date": "2024-08-11T22:00:00.000+00:00",
          "number": "9",
          "summary": "Neue Updates von Gentoo aufgenommen"
        },
        {
          "date": "2024-08-20T22:00:00.000+00:00",
          "number": "10",
          "summary": "CVE-2024-4577 wird ausgenutzt"
        },
        {
          "date": "2024-09-09T22:00:00.000+00:00",
          "number": "11",
          "summary": "Neue Updates von Ubuntu aufgenommen"
        },
        {
          "date": "2024-09-24T22:00:00.000+00:00",
          "number": "12",
          "summary": "Neue Updates von Fedora aufgenommen"
        },
        {
          "date": "2024-10-03T22:00:00.000+00:00",
          "number": "13",
          "summary": "Neue Updates von Amazon aufgenommen"
        },
        {
          "date": "2024-10-14T22:00:00.000+00:00",
          "number": "14",
          "summary": "Neue Updates von Debian aufgenommen"
        },
        {
          "date": "2024-11-21T23:00:00.000+00:00",
          "number": "15",
          "summary": "Neue Updates von XEROX aufgenommen"
        },
        {
          "date": "2024-12-10T23:00:00.000+00:00",
          "number": "16",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2024-12-11T23:00:00.000+00:00",
          "number": "17",
          "summary": "Neue Updates von Oracle Linux 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": "Fedora Linux",
            "product": {
              "name": "Fedora Linux",
              "product_id": "74185",
              "product_identification_helper": {
                "cpe": "cpe:/o:fedoraproject:fedora:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Fedora"
      },
      {
        "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.3.8",
                "product": {
                  "name": "Open Source PHP \u003c8.3.8",
                  "product_id": "T035261"
                }
              },
              {
                "category": "product_version",
                "name": "8.3.8",
                "product": {
                  "name": "Open Source PHP 8.3.8",
                  "product_id": "T035261-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:php:php:8.3.8"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003c8.2.20",
                "product": {
                  "name": "Open Source PHP \u003c8.2.20",
                  "product_id": "T035262"
                }
              },
              {
                "category": "product_version",
                "name": "8.2.20",
                "product": {
                  "name": "Open Source PHP 8.2.20",
                  "product_id": "T035262-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:php:php:8.2.20"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003c8.1.29",
                "product": {
                  "name": "Open Source PHP \u003c8.1.29",
                  "product_id": "T035263"
                }
              },
              {
                "category": "product_version",
                "name": "8.1.29",
                "product": {
                  "name": "Open Source PHP 8.1.29",
                  "product_id": "T035263-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:php:php:8.1.29"
                  }
                }
              }
            ],
            "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": "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"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003cV8.R0.9.14",
                "product": {
                  "name": "Unify OpenScape Voice Trace Manager \u003cV8.R0.9.14",
                  "product_id": "T036102"
                }
              },
              {
                "category": "product_version",
                "name": "V8.R0.9.14",
                "product": {
                  "name": "Unify OpenScape Voice Trace Manager V8.R0.9.14",
                  "product_id": "T036102-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:unify:openscape_voice_trace_manager:v8.r0.9.14"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "OpenScape Voice Trace Manager"
          }
        ],
        "category": "vendor",
        "name": "Unify"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "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_name",
            "name": "FreeFlow Print Server"
          }
        ],
        "category": "vendor",
        "name": "Xerox"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-4577",
      "notes": [
        {
          "category": "description",
          "text": "In der CGI Komponente von PHP besteht eine Schwachstelle. Diese kann auf Windows Betriebssystemen f\u00fcr eine \"Argument Injection\" ausgenutzt werden, wenn eine Unterst\u00fctzung f\u00fcr bestimmte Sprachen (\"locales\") installiert ist und PHP im Netzwerk exponiert wird (PHP CGI direkt oder \u00fcber einen Webserver). Ein Angreifer kann diese Schwachstellen zur Ausf\u00fchrung von beliebigem Code ausnutzen."
        }
      ],
      "product_status": {
        "known_affected": [
          "67646",
          "T036102",
          "T015632",
          "T035263",
          "T012167",
          "T035262",
          "T004914",
          "74185",
          "2951",
          "T002207",
          "T035261",
          "T000126",
          "398363"
        ]
      },
      "release_date": "2024-06-06T22:00:00.000+00:00",
      "title": "CVE-2024-4577"
    },
    {
      "cve": "CVE-2024-5458",
      "notes": [
        {
          "category": "description",
          "text": "In PHP existieren mehrere Schwachstellen. Betroffen sind die Komponenten \"Filter\" und \"Standard\". Ein Angreifer kann dadurch Sicherheitsmechanismen umgehen."
        }
      ],
      "product_status": {
        "known_affected": [
          "67646",
          "T036102",
          "T015632",
          "T035263",
          "T012167",
          "T035262",
          "T004914",
          "74185",
          "2951",
          "T002207",
          "T035261",
          "T000126",
          "398363"
        ]
      },
      "release_date": "2024-06-06T22:00:00.000+00:00",
      "title": "CVE-2024-5458"
    },
    {
      "cve": "CVE-2024-5585",
      "notes": [
        {
          "category": "description",
          "text": "In PHP existieren mehrere Schwachstellen. Betroffen sind die Komponenten \"Filter\" und \"Standard\". Ein Angreifer kann dadurch Sicherheitsmechanismen umgehen."
        }
      ],
      "product_status": {
        "known_affected": [
          "67646",
          "T036102",
          "T015632",
          "T035263",
          "T012167",
          "T035262",
          "T004914",
          "74185",
          "2951",
          "T002207",
          "T035261",
          "T000126",
          "398363"
        ]
      },
      "release_date": "2024-06-06T22:00:00.000+00:00",
      "title": "CVE-2024-5585"
    }
  ]
}
  WID-SEC-W-2024-1320
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 beliebigen Programmcode auszuf\u00fchren und um Sicherheitsmechanismen zu umgehen.",
        "title": "Angriff"
      },
      {
        "category": "general",
        "text": "- Sonstiges\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-2024-1320 - CSAF Version",
        "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1320.json"
      },
      {
        "category": "self",
        "summary": "WID-SEC-2024-1320 - Portal Version",
        "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1320"
      },
      {
        "category": "external",
        "summary": "PHP Changelog Version 8.1.29 vom 2024-06-06",
        "url": "https://www.php.net/ChangeLog-8.php#8.1.29"
      },
      {
        "category": "external",
        "summary": "PHP Changelog Version 8.2.20 vom 2024-06-06",
        "url": "https://php.net/ChangeLog-8.php#8.2.20"
      },
      {
        "category": "external",
        "summary": "PHP Changelog Version 8.3.8 vom 2024-06-06",
        "url": "https://php.net/ChangeLog-8.php#8.3.8"
      },
      {
        "category": "external",
        "summary": "DevCore Security Alert: CVE-2024-4577 - PHP CGI Argument Injection Vulnerability vom 2024-06-06",
        "url": "https://devco.re/blog/2024/06/06/security-alert-cve-2024-4577-php-cgi-argument-injection-vulnerability-en/"
      },
      {
        "category": "external",
        "summary": "PoC CVE-2024-4577 vom 2024-06-07",
        "url": "https://github.com/watchtowrlabs/CVE-2024-4577"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2027-1 vom 2024-06-13",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018717.html"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2037-1 vom 2024-06-17",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018728.html"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2039-1 vom 2024-06-17",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018726.html"
      },
      {
        "category": "external",
        "summary": "SUSE Security Update SUSE-SU-2024:2038-1 vom 2024-06-17",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018727.html"
      },
      {
        "category": "external",
        "summary": "Debian Security Advisory DLA-3833 vom 2024-06-18",
        "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html"
      },
      {
        "category": "external",
        "summary": "Ubuntu Security Notice USN-6841-1 vom 2024-06-19",
        "url": "https://ubuntu.com/security/notices/USN-6841-1"
      },
      {
        "category": "external",
        "summary": "Debian Security Advisory DSA-5717 vom 2024-06-20",
        "url": "https://lists.debian.org/debian-security-announce/2024/msg00127.html"
      },
      {
        "category": "external",
        "summary": "Amazon Linux Security Advisory ALASPHP8.1-2024-005 vom 2024-06-25",
        "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.1-2024-005.html"
      },
      {
        "category": "external",
        "summary": "Mitel Product Security Advisory",
        "url": "https://www.mitel.com/support/security-advisories/obso-2407-01"
      },
      {
        "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": "Symantec Enterprise Blog vom 2024-08-20",
        "url": "https://symantec-enterprise-blogs.security.com/threat-intelligence/taiwan-malware-dns"
      },
      {
        "category": "external",
        "summary": "Ubuntu Security Notice USN-6841-2 vom 2024-09-09",
        "url": "https://ubuntu.com/security/notices/USN-6841-2"
      },
      {
        "category": "external",
        "summary": "Fedora Security Advisory FEDORA-2024-2B429E720E vom 2024-09-25",
        "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2b429e720e"
      },
      {
        "category": "external",
        "summary": "Fedora Security Advisory FEDORA-2024-7C800C4DF7 vom 2024-09-25",
        "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7c800c4df7"
      },
      {
        "category": "external",
        "summary": "Fedora Security Advisory FEDORA-2024-A03B06DBD0 vom 2024-09-25",
        "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-a03b06dbd0"
      },
      {
        "category": "external",
        "summary": "Amazon Linux Security Advisory ALASPHP8.2-2024-005 vom 2024-10-02",
        "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.2-2024-005.html"
      },
      {
        "category": "external",
        "summary": "Debian Security Advisory DLA-3920 vom 2024-10-15",
        "url": "https://lists.debian.org/debian-lts-announce/2024/10/msg00011.html"
      },
      {
        "category": "external",
        "summary": "XEROX Security Advisory XRX24-017 vom 2024-11-21",
        "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2024/11/Xerox-Security-Bulletin-XRX24-017-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2024:10951 vom 2024-12-11",
        "url": "https://access.redhat.com/errata/RHSA-2024:10951"
      },
      {
        "category": "external",
        "summary": "Red Hat Security Advisory RHSA-2024:10950 vom 2024-12-11",
        "url": "https://access.redhat.com/errata/RHSA-2024:10950"
      },
      {
        "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-10951 vom 2024-12-12",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10951.html"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10949 vom 2024-12-12",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10949.html"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10952 vom 2024-12-13",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10952.html"
      },
      {
        "category": "external",
        "summary": "Oracle Linux Security Advisory ELSA-2024-10950 vom 2024-12-13",
        "url": "https://linux.oracle.com/errata/ELSA-2024-10950.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:09.699+00:00",
        "engine": {
          "name": "BSI-WID",
          "version": "1.3.10"
        }
      },
      "id": "WID-SEC-W-2024-1320",
      "initial_release_date": "2024-06-06T22:00:00.000+00:00",
      "revision_history": [
        {
          "date": "2024-06-06T22:00:00.000+00:00",
          "number": "1",
          "summary": "Initiale Fassung"
        },
        {
          "date": "2024-06-13T22:00:00.000+00:00",
          "number": "2",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2024-06-16T22:00:00.000+00:00",
          "number": "3",
          "summary": "Neue Updates von SUSE aufgenommen"
        },
        {
          "date": "2024-06-17T22:00:00.000+00:00",
          "number": "4",
          "summary": "Neue Updates von Debian aufgenommen"
        },
        {
          "date": "2024-06-19T22:00:00.000+00:00",
          "number": "5",
          "summary": "Neue Updates von Ubuntu aufgenommen"
        },
        {
          "date": "2024-06-20T22:00:00.000+00:00",
          "number": "6",
          "summary": "Neue Updates von Debian aufgenommen"
        },
        {
          "date": "2024-06-24T22:00:00.000+00:00",
          "number": "7",
          "summary": "Neue Updates von Amazon aufgenommen"
        },
        {
          "date": "2024-07-10T22:00:00.000+00:00",
          "number": "8",
          "summary": "Neue Updates von Unify aufgenommen"
        },
        {
          "date": "2024-08-11T22:00:00.000+00:00",
          "number": "9",
          "summary": "Neue Updates von Gentoo aufgenommen"
        },
        {
          "date": "2024-08-20T22:00:00.000+00:00",
          "number": "10",
          "summary": "CVE-2024-4577 wird ausgenutzt"
        },
        {
          "date": "2024-09-09T22:00:00.000+00:00",
          "number": "11",
          "summary": "Neue Updates von Ubuntu aufgenommen"
        },
        {
          "date": "2024-09-24T22:00:00.000+00:00",
          "number": "12",
          "summary": "Neue Updates von Fedora aufgenommen"
        },
        {
          "date": "2024-10-03T22:00:00.000+00:00",
          "number": "13",
          "summary": "Neue Updates von Amazon aufgenommen"
        },
        {
          "date": "2024-10-14T22:00:00.000+00:00",
          "number": "14",
          "summary": "Neue Updates von Debian aufgenommen"
        },
        {
          "date": "2024-11-21T23:00:00.000+00:00",
          "number": "15",
          "summary": "Neue Updates von XEROX aufgenommen"
        },
        {
          "date": "2024-12-10T23:00:00.000+00:00",
          "number": "16",
          "summary": "Neue Updates von Red Hat aufgenommen"
        },
        {
          "date": "2024-12-11T23:00:00.000+00:00",
          "number": "17",
          "summary": "Neue Updates von Oracle Linux 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": "Fedora Linux",
            "product": {
              "name": "Fedora Linux",
              "product_id": "74185",
              "product_identification_helper": {
                "cpe": "cpe:/o:fedoraproject:fedora:-"
              }
            }
          }
        ],
        "category": "vendor",
        "name": "Fedora"
      },
      {
        "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.3.8",
                "product": {
                  "name": "Open Source PHP \u003c8.3.8",
                  "product_id": "T035261"
                }
              },
              {
                "category": "product_version",
                "name": "8.3.8",
                "product": {
                  "name": "Open Source PHP 8.3.8",
                  "product_id": "T035261-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:php:php:8.3.8"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003c8.2.20",
                "product": {
                  "name": "Open Source PHP \u003c8.2.20",
                  "product_id": "T035262"
                }
              },
              {
                "category": "product_version",
                "name": "8.2.20",
                "product": {
                  "name": "Open Source PHP 8.2.20",
                  "product_id": "T035262-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:php:php:8.2.20"
                  }
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003c8.1.29",
                "product": {
                  "name": "Open Source PHP \u003c8.1.29",
                  "product_id": "T035263"
                }
              },
              {
                "category": "product_version",
                "name": "8.1.29",
                "product": {
                  "name": "Open Source PHP 8.1.29",
                  "product_id": "T035263-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:php:php:8.1.29"
                  }
                }
              }
            ],
            "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": "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"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003cV8.R0.9.14",
                "product": {
                  "name": "Unify OpenScape Voice Trace Manager \u003cV8.R0.9.14",
                  "product_id": "T036102"
                }
              },
              {
                "category": "product_version",
                "name": "V8.R0.9.14",
                "product": {
                  "name": "Unify OpenScape Voice Trace Manager V8.R0.9.14",
                  "product_id": "T036102-fixed",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:unify:openscape_voice_trace_manager:v8.r0.9.14"
                  }
                }
              }
            ],
            "category": "product_name",
            "name": "OpenScape Voice Trace Manager"
          }
        ],
        "category": "vendor",
        "name": "Unify"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "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_name",
            "name": "FreeFlow Print Server"
          }
        ],
        "category": "vendor",
        "name": "Xerox"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-4577",
      "notes": [
        {
          "category": "description",
          "text": "In der CGI Komponente von PHP besteht eine Schwachstelle. Diese kann auf Windows Betriebssystemen f\u00fcr eine \"Argument Injection\" ausgenutzt werden, wenn eine Unterst\u00fctzung f\u00fcr bestimmte Sprachen (\"locales\") installiert ist und PHP im Netzwerk exponiert wird (PHP CGI direkt oder \u00fcber einen Webserver). Ein Angreifer kann diese Schwachstellen zur Ausf\u00fchrung von beliebigem Code ausnutzen."
        }
      ],
      "product_status": {
        "known_affected": [
          "67646",
          "T036102",
          "T015632",
          "T035263",
          "T012167",
          "T035262",
          "T004914",
          "74185",
          "2951",
          "T002207",
          "T035261",
          "T000126",
          "398363"
        ]
      },
      "release_date": "2024-06-06T22:00:00.000+00:00",
      "title": "CVE-2024-4577"
    },
    {
      "cve": "CVE-2024-5458",
      "notes": [
        {
          "category": "description",
          "text": "In PHP existieren mehrere Schwachstellen. Betroffen sind die Komponenten \"Filter\" und \"Standard\". Ein Angreifer kann dadurch Sicherheitsmechanismen umgehen."
        }
      ],
      "product_status": {
        "known_affected": [
          "67646",
          "T036102",
          "T015632",
          "T035263",
          "T012167",
          "T035262",
          "T004914",
          "74185",
          "2951",
          "T002207",
          "T035261",
          "T000126",
          "398363"
        ]
      },
      "release_date": "2024-06-06T22:00:00.000+00:00",
      "title": "CVE-2024-5458"
    },
    {
      "cve": "CVE-2024-5585",
      "notes": [
        {
          "category": "description",
          "text": "In PHP existieren mehrere Schwachstellen. Betroffen sind die Komponenten \"Filter\" und \"Standard\". Ein Angreifer kann dadurch Sicherheitsmechanismen umgehen."
        }
      ],
      "product_status": {
        "known_affected": [
          "67646",
          "T036102",
          "T015632",
          "T035263",
          "T012167",
          "T035262",
          "T004914",
          "74185",
          "2951",
          "T002207",
          "T035261",
          "T000126",
          "398363"
        ]
      },
      "release_date": "2024-06-06T22:00:00.000+00:00",
      "title": "CVE-2024-5585"
    }
  ]
}
  msrc_cve-2024-5458
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-2024-5458 Filter bypass in filter_var (FILTER_VALIDATE_URL) - VEX",
        "url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-5458.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": "Filter bypass in filter_var (FILTER_VALIDATE_URL)",
    "tracking": {
      "current_release_date": "2024-06-30T07:00:00.000Z",
      "generator": {
        "date": "2025-10-20T01:43:11.968Z",
        "engine": {
          "name": "MSRC Generator",
          "version": "1.0"
        }
      },
      "id": "msrc_CVE-2024-5458",
      "initial_release_date": "2024-06-02T07:00:00.000Z",
      "revision_history": [
        {
          "date": "2024-06-30T07:00:00.000Z",
          "legacy_version": "1.1",
          "number": "1",
          "summary": "Information published."
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "2.0",
                "product": {
                  "name": "CBL Mariner 2.0",
                  "product_id": "17086"
                }
              },
              {
                "category": "product_version",
                "name": "3.0",
                "product": {
                  "name": "Azure Linux 3.0",
                  "product_id": "17084"
                }
              }
            ],
            "category": "product_name",
            "name": "Azure Linux"
          },
          {
            "branches": [
              {
                "category": "product_version_range",
                "name": "\u003ccbl2 php 8.1.29-1",
                "product": {
                  "name": "\u003ccbl2 php 8.1.29-1",
                  "product_id": "4"
                }
              },
              {
                "category": "product_version",
                "name": "cbl2 php 8.1.29-1",
                "product": {
                  "name": "cbl2 php 8.1.29-1",
                  "product_id": "17308"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003cazl3 php 8.3.8-1",
                "product": {
                  "name": "\u003cazl3 php 8.3.8-1",
                  "product_id": "3"
                }
              },
              {
                "category": "product_version",
                "name": "azl3 php 8.3.8-1",
                "product": {
                  "name": "azl3 php 8.3.8-1",
                  "product_id": "17719"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003ccbl2 php 8.1.28-1",
                "product": {
                  "name": "\u003ccbl2 php 8.1.28-1",
                  "product_id": "1"
                }
              },
              {
                "category": "product_version",
                "name": "cbl2 php 8.1.28-1",
                "product": {
                  "name": "cbl2 php 8.1.28-1",
                  "product_id": "20015"
                }
              },
              {
                "category": "product_version_range",
                "name": "\u003cazl3 php 8.3.6-1",
                "product": {
                  "name": "\u003cazl3 php 8.3.6-1",
                  "product_id": "2"
                }
              },
              {
                "category": "product_version",
                "name": "azl3 php 8.3.6-1",
                "product": {
                  "name": "azl3 php 8.3.6-1",
                  "product_id": "17752"
                }
              }
            ],
            "category": "product_name",
            "name": "php"
          }
        ],
        "category": "vendor",
        "name": "Microsoft"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003ccbl2 php 8.1.29-1 as a component of CBL Mariner 2.0",
          "product_id": "17086-4"
        },
        "product_reference": "4",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 php 8.1.29-1 as a component of CBL Mariner 2.0",
          "product_id": "17308-17086"
        },
        "product_reference": "17308",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003cazl3 php 8.3.8-1 as a component of Azure Linux 3.0",
          "product_id": "17084-3"
        },
        "product_reference": "3",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "azl3 php 8.3.8-1 as a component of Azure Linux 3.0",
          "product_id": "17719-17084"
        },
        "product_reference": "17719",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003ccbl2 php 8.1.28-1 as a component of CBL Mariner 2.0",
          "product_id": "17086-1"
        },
        "product_reference": "1",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cbl2 php 8.1.28-1 as a component of CBL Mariner 2.0",
          "product_id": "20015-17086"
        },
        "product_reference": "20015",
        "relates_to_product_reference": "17086"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "\u003cazl3 php 8.3.6-1 as a component of Azure Linux 3.0",
          "product_id": "17084-2"
        },
        "product_reference": "2",
        "relates_to_product_reference": "17084"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "azl3 php 8.3.6-1 as a component of Azure Linux 3.0",
          "product_id": "17752-17084"
        },
        "product_reference": "17752",
        "relates_to_product_reference": "17084"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-5458",
      "cwe": {
        "id": "CWE-345",
        "name": "Insufficient Verification of Data Authenticity"
      },
      "notes": [
        {
          "category": "general",
          "text": "php",
          "title": "Assigning CNA"
        }
      ],
      "product_status": {
        "fixed": [
          "17308-17086",
          "17719-17084",
          "20015-17086",
          "17752-17084"
        ],
        "known_affected": [
          "17086-4",
          "17084-3",
          "17086-1",
          "17084-2"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "CVE-2024-5458 Filter bypass in filter_var (FILTER_VALIDATE_URL) - VEX",
          "url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-5458.json"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-06-30T07:00:00.000Z",
          "details": "8.1.29-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17086-4",
            "17086-1"
          ],
          "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
        },
        {
          "category": "vendor_fix",
          "date": "2024-06-30T07:00:00.000Z",
          "details": "8.3.8-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
          "product_ids": [
            "17084-3",
            "17084-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": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "environmentalsScore": 0.0,
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "temporalScore": 5.3,
            "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": [
            "17086-4",
            "17084-3",
            "17086-1",
            "17084-2"
          ]
        }
      ],
      "title": "Filter bypass in filter_var (FILTER_VALIDATE_URL)"
    }
  ]
}
  fkie_cve-2024-5458
Vulnerability from fkie_nvd
5.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
| URL | Tags | ||
|---|---|---|---|
| security@php.net | http://www.openwall.com/lists/oss-security/2024/06/07/1 | Mailing List, Third Party Advisory | |
| security@php.net | https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w | Exploit, Vendor Advisory | |
| security@php.net | https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html | ||
| security@php.net | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/ | Third Party Advisory | |
| security@php.net | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/ | ||
| security@php.net | https://security.netapp.com/advisory/ntap-20240726-0001/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/06/07/1 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w | Exploit, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/ | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20240726-0001/ | 
{
  "configurations": [
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "8703A80A-44D8-4615-A849-61526B187D73",
              "versionEndIncluding": "7.3.33",
              "versionStartIncluding": "7.3.27",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "C937E1A7-44CC-4CA3-815C-0E8709EB393E",
              "versionEndIncluding": "7.4.33",
              "versionStartIncluding": "7.4.15",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "E0FA45C5-498B-4160-9CA3-F0A6533ECDFA",
              "versionEndIncluding": "8.0.30",
              "versionStartIncluding": "8.0.2",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "7DC2EEF8-834B-42A1-8DA3-0C2CF22A7070",
              "versionEndExcluding": "8.1.29",
              "versionStartIncluding": "8.1.0",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "A39988FF-D854-4277-9D66-6911AF371DD3",
              "versionEndExcluding": "8.2.20",
              "versionStartIncluding": "8.2.0",
              "vulnerable": true
            },
            {
              "criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
              "matchCriteriaId": "F579FFC1-4F81-4755-B14B-3AA73AC9FF7A",
              "versionEndExcluding": "8.3.8",
              "versionStartIncluding": "8.3.0",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    },
    {
      "nodes": [
        {
          "cpeMatch": [
            {
              "criteria": "cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*",
              "matchCriteriaId": "CA277A6C-83EC-4536-9125-97B84C4FAF59",
              "vulnerable": true
            }
          ],
          "negate": false,
          "operator": "OR"
        }
      ]
    }
  ],
  "cveTags": [],
  "descriptions": [
    {
      "lang": "en",
      "value": "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."
    },
    {
      "lang": "es",
      "value": "En las versiones de PHP 8.1.* anteriores a 8.1.29, 8.2.* anteriores a 8.2.20, 8.3.* anteriores a 8.3.8, debido a un error de l\u00f3gica de c\u00f3digo, funciones de filtrado como filter_var al validar URL (FILTER_VALIDATE_URL) para ciertos tipos de URL la funci\u00f3n dar\u00e1 como resultado que la informaci\u00f3n de usuario no v\u00e1lida (nombre de usuario + contrase\u00f1a parte de las URL) se trate como informaci\u00f3n de usuario v\u00e1lida. Esto puede hacer que el c\u00f3digo posterior acepte URL no v\u00e1lidas como v\u00e1lidas y las analice incorrectamente."
    }
  ],
  "id": "CVE-2024-5458",
  "lastModified": "2025-03-14T15:15:44.633",
  "metrics": {
    "cvssMetricV31": [
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "NONE",
          "baseScore": 5.3,
          "baseSeverity": "MEDIUM",
          "confidentialityImpact": "NONE",
          "integrityImpact": "LOW",
          "privilegesRequired": "NONE",
          "scope": "UNCHANGED",
          "userInteraction": "NONE",
          "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
          "version": "3.1"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 1.4,
        "source": "security@php.net",
        "type": "Secondary"
      },
      {
        "cvssData": {
          "attackComplexity": "LOW",
          "attackVector": "NETWORK",
          "availabilityImpact": "NONE",
          "baseScore": 5.3,
          "baseSeverity": "MEDIUM",
          "confidentialityImpact": "NONE",
          "integrityImpact": "LOW",
          "privilegesRequired": "NONE",
          "scope": "UNCHANGED",
          "userInteraction": "NONE",
          "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
          "version": "3.1"
        },
        "exploitabilityScore": 3.9,
        "impactScore": 1.4,
        "source": "nvd@nist.gov",
        "type": "Primary"
      }
    ]
  },
  "published": "2024-06-09T19:15:52.397",
  "references": [
    {
      "source": "security@php.net",
      "tags": [
        "Mailing List",
        "Third Party Advisory"
      ],
      "url": "http://www.openwall.com/lists/oss-security/2024/06/07/1"
    },
    {
      "source": "security@php.net",
      "tags": [
        "Exploit",
        "Vendor Advisory"
      ],
      "url": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w"
    },
    {
      "source": "security@php.net",
      "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html"
    },
    {
      "source": "security@php.net",
      "tags": [
        "Third Party Advisory"
      ],
      "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/"
    },
    {
      "source": "security@php.net",
      "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/"
    },
    {
      "source": "security@php.net",
      "url": "https://security.netapp.com/advisory/ntap-20240726-0001/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Mailing List",
        "Third Party Advisory"
      ],
      "url": "http://www.openwall.com/lists/oss-security/2024/06/07/1"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Exploit",
        "Vendor Advisory"
      ],
      "url": "https://github.com/php/php-src/security/advisories/GHSA-w8qr-v226-r27w"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00009.html"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "tags": [
        "Third Party Advisory"
      ],
      "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PKGTQUOA2NTZ3RXN22CSAUJPIRUYRB4B/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W45DBOH56NQDRTOM2DN2LNA2FZIMC3PK/"
    },
    {
      "source": "af854a3a-2127-422b-91ae-364da2661108",
      "url": "https://security.netapp.com/advisory/ntap-20240726-0001/"
    }
  ],
  "sourceIdentifier": "security@php.net",
  "vulnStatus": "Modified",
  "weaknesses": [
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-345"
        }
      ],
      "source": "nvd@nist.gov",
      "type": "Primary"
    },
    {
      "description": [
        {
          "lang": "en",
          "value": "CWE-345"
        }
      ],
      "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
      "type": "Secondary"
    }
  ]
}
  CERTFR-2024-AVI-0564
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Tenable. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Tenable | Security Center | Security Center toutes versions sans le correctif de sécurité SC-202407 | ||
| Tenable | Identity Exposure | Identity Exposure versions antérieures à 3.59.4 | 
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Security Center toutes versions sans le correctif de s\u00e9curit\u00e9 SC-202407",
      "product": {
        "name": "Security Center",
        "vendor": {
          "name": "Tenable",
          "scada": false
        }
      }
    },
    {
      "description": "Identity Exposure versions ant\u00e9rieures \u00e0 3.59.4",
      "product": {
        "name": "Identity Exposure",
        "vendor": {
          "name": "Tenable",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "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-2024-0057",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-0057"
    },
    {
      "name": "CVE-2024-5458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5458"
    },
    {
      "name": "CVE-2024-5585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5585"
    },
    {
      "name": "CVE-2024-3232",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-3232"
    },
    {
      "name": "CVE-2024-20672",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-20672"
    }
  ],
  "initial_release_date": "2024-07-10T00:00:00",
  "last_revision_date": "2024-07-10T00:00:00",
  "links": [],
  "reference": "CERTFR-2024-AVI-0564",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2024-07-10T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "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 les produits Tenable. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et un contournement de la politique de s\u00e9curit\u00e9.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Tenable",
  "vendor_advisories": [
    {
      "published_at": "2024-07-10",
      "title": "Bulletin de s\u00e9curit\u00e9 Tenable tns-2024-12",
      "url": "https://www.tenable.com/security/tns-2024-12"
    },
    {
      "published_at": "2024-07-10",
      "title": "Bulletin de s\u00e9curit\u00e9 Tenable tns-2024-04",
      "url": "https://www.tenable.com/security/tns-2024-04"
    }
  ]
}
  CERTFR-2024-AVI-1046
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Tenable. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, un contournement de la politique de sécurité et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Tenable | Security Center | Security Center versions antérieures à 6.5.0 | 
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
| 
 | |||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Security Center versions ant\u00e9rieures \u00e0 6.5.0",
      "product": {
        "name": "Security Center",
        "vendor": {
          "name": "Tenable",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "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-2024-5458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5458"
    },
    {
      "name": "CVE-2024-4577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4577"
    },
    {
      "name": "CVE-2024-5585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5585"
    },
    {
      "name": "CVE-2024-5535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
    },
    {
      "name": "CVE-2023-49582",
      "url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
    },
    {
      "name": "CVE-2024-12174",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-12174"
    },
    {
      "name": "CVE-2024-6119",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
    },
    {
      "name": "CVE-2024-4603",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
    },
    {
      "name": "CVE-2024-4741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
    }
  ],
  "initial_release_date": "2024-12-06T00:00:00",
  "last_revision_date": "2024-12-06T00:00:00",
  "links": [],
  "reference": "CERTFR-2024-AVI-1046",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2024-12-06T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Tenable. Elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, un contournement de la politique de s\u00e9curit\u00e9 et un d\u00e9ni de service.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans Tenable Security Center",
  "vendor_advisories": [
    {
      "published_at": "2024-12-06",
      "title": "Bulletin de s\u00e9curit\u00e9 Tenable tns-2024-19",
      "url": "https://www.tenable.com/security/tns-2024-19"
    }
  ]
}
  CERTFR-2024-AVI-1105
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Tenable Security Center. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Tenable | Security Center | Security Center versions 6.3.0 sans les correctifs de sécurité Patch SC-202412.1 | ||
| Tenable | Security Center | Security Center versions 6.4.0 sans les correctifs de sécurité Patch SC-202412.1 | ||
| Tenable | Security Center | Security Center versions 6.4.5 sans les correctifs de sécurité Patch SC-202412.1 | 
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
| 
 | |||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "Security Center versions 6.3.0 sans les correctifs de s\u00e9curit\u00e9 Patch SC-202412.1",
      "product": {
        "name": "Security Center",
        "vendor": {
          "name": "Tenable",
          "scada": false
        }
      }
    },
    {
      "description": "Security Center versions 6.4.0 sans les correctifs de s\u00e9curit\u00e9 Patch SC-202412.1",
      "product": {
        "name": "Security Center",
        "vendor": {
          "name": "Tenable",
          "scada": false
        }
      }
    },
    {
      "description": "Security Center versions 6.4.5 sans les correctifs de s\u00e9curit\u00e9 Patch SC-202412.1",
      "product": {
        "name": "Security Center",
        "vendor": {
          "name": "Tenable",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "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-2024-11236",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11236"
    },
    {
      "name": "CVE-2024-5458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5458"
    },
    {
      "name": "CVE-2024-5585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5585"
    },
    {
      "name": "CVE-2024-5535",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
    },
    {
      "name": "CVE-2024-6119",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
    },
    {
      "name": "CVE-2024-4603",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
    },
    {
      "name": "CVE-2024-8932",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-8932"
    },
    {
      "name": "CVE-2024-4741",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
    },
    {
      "name": "CVE-2024-11233",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-11233"
    }
  ],
  "initial_release_date": "2024-12-23T00:00:00",
  "last_revision_date": "2024-12-23T00:00:00",
  "links": [],
  "reference": "CERTFR-2024-AVI-1105",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2024-12-23T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "D\u00e9ni de service \u00e0 distance"
    },
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Tenable Security Center. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans Tenable Security Center",
  "vendor_advisories": [
    {
      "published_at": "2024-12-20",
      "title": "Bulletin de s\u00e9curit\u00e9 Tenable tns-2024-21",
      "url": "https://www.tenable.com/security/tns-2024-21"
    }
  ]
}
  CERTFR-2024-AVI-0468
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans PHP. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
 | |||||||||||
{
  "$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
  "affected_systems": [
    {
      "description": "PHP versions 8.3.x ant\u00e9rieures \u00e0 8.3.8",
      "product": {
        "name": "N/A",
        "vendor": {
          "name": "PHP",
          "scada": false
        }
      }
    },
    {
      "description": "PHP versions 8.2.x ant\u00e9rieures \u00e0 8.2.20",
      "product": {
        "name": "N/A",
        "vendor": {
          "name": "PHP",
          "scada": false
        }
      }
    },
    {
      "description": "PHP versions 8.1.x ant\u00e9rieures \u00e0 8.1.29",
      "product": {
        "name": "N/A",
        "vendor": {
          "name": "PHP",
          "scada": false
        }
      }
    }
  ],
  "affected_systems_content": "",
  "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-2024-5458",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5458"
    },
    {
      "name": "CVE-2024-4577",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-4577"
    },
    {
      "name": "CVE-2024-5585",
      "url": "https://www.cve.org/CVERecord?id=CVE-2024-5585"
    }
  ],
  "initial_release_date": "2024-06-07T00:00:00",
  "last_revision_date": "2024-06-07T00:00:00",
  "links": [],
  "reference": "CERTFR-2024-AVI-0468",
  "revisions": [
    {
      "description": "Version initiale",
      "revision_date": "2024-06-07T00:00:00.000000"
    }
  ],
  "risks": [
    {
      "description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
    },
    {
      "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
    },
    {
      "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
    },
    {
      "description": "Contournement de la politique de s\u00e9curit\u00e9"
    },
    {
      "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
    }
  ],
  "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans PHP. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.",
  "title": "Multiples vuln\u00e9rabilit\u00e9s dans PHP",
  "vendor_advisories": [
    {
      "published_at": "2024-06-06",
      "title": "Bulletin de s\u00e9curit\u00e9 PHP 8.1.29",
      "url": "https://www.php.net/ChangeLog-8.php#8.1.29"
    },
    {
      "published_at": "2024-06-06",
      "title": "Bulletin de s\u00e9curit\u00e9 PHP 8.2.20",
      "url": "https://www.php.net/ChangeLog-8.php#8.2.20"
    },
    {
      "published_at": "2024-06-06",
      "title": "Bulletin de s\u00e9curit\u00e9 PHP 8.3.8",
      "url": "https://www.php.net/ChangeLog-8.php#8.3.8"
    }
  ]
}
  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.